(value)
| 11381 | }; |
| 11382 | |
| 11383 | var getValue = function(value) { |
| 11384 | return trustedContext ? |
| 11385 | $sce.getTrusted(trustedContext, value) : |
| 11386 | $sce.valueOf(value); |
| 11387 | }; |
| 11388 | |
| 11389 | return extend(function interpolationFn(context) { |
| 11390 | var i = 0; |
no outgoing calls
no test coverage detected