diff options
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/src/AngularPublic.js b/src/AngularPublic.js new file mode 100644 index 00000000..b9d0f9d7 --- /dev/null +++ b/src/AngularPublic.js @@ -0,0 +1,17 @@ +extend(angular, { +  'element': jqLite, +  'compile': compile, +  'scope': createScope, +  'copy': copy, +  'extend': extend, +  'foreach': foreach, +  'noop':noop, +  'identity':identity, +  'isUndefined': isUndefined, +  'isDefined': isDefined, +  'isString': isString, +  'isFunction': isFunction, +  'isNumber': isNumber, +  'isArray': isArray +}); + | 
