mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-29 16:58:56 +08:00
resources now use browser mock
This commit is contained in:
@@ -10,20 +10,21 @@ function childNode(element, index) {
|
||||
}
|
||||
|
||||
extend(angular, {
|
||||
'element': jqLite,
|
||||
'bind': bind,
|
||||
'compile': compile,
|
||||
'scope': createScope,
|
||||
'copy': copy,
|
||||
'element': jqLite,
|
||||
'extend': extend,
|
||||
'foreach': foreach,
|
||||
'noop':noop,
|
||||
'identity':identity,
|
||||
'isUndefined': isUndefined,
|
||||
'isDefined': isDefined,
|
||||
'isString': isString,
|
||||
'isFunction': isFunction,
|
||||
'isNumber': isNumber,
|
||||
'isArray': isArray
|
||||
'isArray': isArray,
|
||||
'noop':noop,
|
||||
'scope': createScope
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user