diff options
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 2 | 
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, | 
