(value)
| 12653 | }; |
| 12654 | |
| 12655 | var getValue = function(value) { |
| 12656 | return trustedContext ? |
| 12657 | $sce.getTrusted(trustedContext, value) : |
| 12658 | $sce.valueOf(value); |
| 12659 | }; |
| 12660 | |
| 12661 | return extend(function interpolationFn(context) { |
| 12662 | var i = 0; |
no outgoing calls
no test coverage detected