(value)
| 11800 | }; |
| 11801 | |
| 11802 | var getValue = function(value) { |
| 11803 | return trustedContext ? |
| 11804 | $sce.getTrusted(trustedContext, value) : |
| 11805 | $sce.valueOf(value); |
| 11806 | }; |
| 11807 | |
| 11808 | return extend(function interpolationFn(context) { |
| 11809 | var i = 0; |
no outgoing calls
no test coverage detected