(value)
| 10842 | }; |
| 10843 | |
| 10844 | var getValue = function(value) { |
| 10845 | return trustedContext ? |
| 10846 | $sce.getTrusted(trustedContext, value) : |
| 10847 | $sce.valueOf(value); |
| 10848 | }; |
| 10849 | |
| 10850 | return extend(function interpolationFn(context) { |
| 10851 | var i = 0; |
no outgoing calls
no test coverage detected