diff options
| author | Misko Hevery | 2010-01-09 13:43:16 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-01-09 13:43:16 -0800 |
| commit | 88eca572fdc7f68a7f384b612052c49de00df433 (patch) | |
| tree | a84283782326ce7d5467e055c4aaba780adfd8db /example | |
| parent | eb9e66f4804cf417ce142e5515b039db73d31144 (diff) | |
| download | angular.js-88eca572fdc7f68a7f384b612052c49de00df433.tar.bz2 | |
change bootstrap to angular.compile
Diffstat (limited to 'example')
| -rw-r--r-- | example/calculator-manual_init.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/calculator-manual_init.html b/example/calculator-manual_init.html index 6013345e..175d07b9 100644 --- a/example/calculator-manual_init.html +++ b/example/calculator-manual_init.html @@ -4,7 +4,6 @@ <script type="text/javascript" src="../angular.js#autoBind=false"></script> <script type="text/javascript"> $(document).ready(function(){ - var angular = angularFactory({}); var scope = angular.compile(document); scope.set('a', 3); scope.updateView(); |
