aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorMisko Hevery2011-04-18 16:33:30 -0700
committerMisko Hevery2011-06-08 15:21:31 -0700
commit8cad231bd219eddd518de8b8bd040d3f12f08d17 (patch)
tree75016fa6de683a877916f45a0fd06b1d0f312231 /src/AngularPublic.js
parent0e17ade959cc77369dc102d180e43be2af68505a (diff)
downloadangular.js-8cad231bd219eddd518de8b8bd040d3f12f08d17.tar.bz2
Refactor injector to have invoke method for speed reasons
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index cc901d6d..37e0a082 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -18,6 +18,8 @@ angularService('$browser', function($log){
}, {$inject:['$log']});
extend(angular, {
+ // disabled for now until we agree on public name
+ //'annotate': annotate,
'element': jqLite,
'compile': compile,
'scope': createScope,