diff options
| author | Igor Minar | 2012-01-15 23:26:06 -0800 | 
|---|---|---|
| committer | Igor Minar | 2012-01-16 02:17:27 -0800 | 
| commit | b587091b6e6a30a2c53d577956866a1e3d1c77ea (patch) | |
| tree | 8d12a67d59503b8b8ad67a907f3cbe5351daab56 /src/Angular.js | |
| parent | c49b8a2db5d916a9213547125af996d6c853230c (diff) | |
| download | angular.js-b587091b6e6a30a2c53d577956866a1e3d1c77ea.tar.bz2 | |
feat(jqLite): added injector() helper method
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 0f79d363..3f272ec2 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -923,6 +923,7 @@ function bindJQuery() {      jqLite = jQuery;      extend(jQuery.fn, {        scope: JQLitePrototype.scope, +      injector: JQLitePrototype.injector,        inheritedData: JQLitePrototype.inheritedData      });      JQLitePatchJQueryRemove('remove', true);  | 
