diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Angular.js b/src/Angular.js index 55a9bd8d..93fccd04 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1244,6 +1244,7 @@ function bindJQuery() {      jqLite = jQuery;      extend(jQuery.fn, {        scope: JQLitePrototype.scope, +      isolateScope: JQLitePrototype.isolateScope,        controller: JQLitePrototype.controller,        injector: JQLitePrototype.injector,        inheritedData: JQLitePrototype.inheritedData | 
