Update to Angular 1.1.4

This commit is contained in:
Colin Frei 2013-04-07 11:37:21 +02:00
parent 72a485d6e8
commit f5fc1369ad
585 changed files with 48055 additions and 3041 deletions

4
lib/angular/docs/docs-scenario.html Normal file → Executable file
View file

@ -6,8 +6,8 @@
var production = location.hostname === 'docs.angularjs.org',
headEl = document.head,
angularVersion = {
current: '1.1.2', // rewrite during build
stable: '1.0.3'
current: '1.1.4', // rewrite during build
stable: '1.0.5'
};
addTag('script', {src: path('angular-scenario.js')}, function() {