(value)
| 13207 | }; |
| 13208 | |
| 13209 | var getValue = function(value) { |
| 13210 | return trustedContext ? |
| 13211 | $sce.getTrusted(trustedContext, value) : |
| 13212 | $sce.valueOf(value); |
| 13213 | }; |
| 13214 | |
| 13215 | return extend(function interpolationFn(context) { |
| 13216 | var i = 0; |
no outgoing calls
no test coverage detected