diff options
| author | Misko Hevery | 2011-10-25 22:21:21 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2011-11-14 16:39:32 -0800 | 
| commit | d12df0d360fe0dabdca3591654327834bee2803b (patch) | |
| tree | 605694ecc056869e9dd20283d8256c92655a44d4 /src/AngularPublic.js | |
| parent | d9b58f23f6b3fe5635c3ec5259e6a0002cff78b7 (diff) | |
| download | angular.js-d12df0d360fe0dabdca3591654327834bee2803b.tar.bz2 | |
refactor(compiler) turn compiler into a service
BREAK
- remove angular.compile() since the compile method is now a service and needs to be injected
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 308ea9c0..3ed0eab7 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -14,7 +14,6 @@ angularService('$browser', function($log, $sniffer) {  extend(angular, {    // disabled for now until we agree on public name    //'annotate': annotate, -  'compile': compile,    'copy': copy,    'extend': extend,    'equals': equals,  | 
