(value)
| 13376 | }; |
| 13377 | |
| 13378 | var getValue = function(value) { |
| 13379 | return trustedContext ? |
| 13380 | $sce.getTrusted(trustedContext, value) : |
| 13381 | $sce.valueOf(value); |
| 13382 | }; |
| 13383 | |
| 13384 | return extend(function interpolationFn(context) { |
| 13385 | var i = 0; |
no outgoing calls
no test coverage detected