(elm)
| 39202 | names = ['ng:app', 'ng-app', 'x-ng-app', 'data-ng-app'], |
| 39203 | NG_APP_CLASS_REGEXP = /\sng[:\-]app(:\s*([\w\d_]+);?)?\s/, |
| 39204 | append = function append(elm) { |
| 39205 | return elm && elements.push(elm); |
| 39206 | }; |
| 39207 | |
| 39208 | angular.forEach(names, function (name) { |
| 39209 | names[name] = true; |
no outgoing calls
no test coverage detected