Upgrade to angularjs 1.2.0 rc1

This commit is contained in:
Colin Frei 2013-08-21 19:46:51 +02:00
parent d223dfd662
commit d6b021bfaf
674 changed files with 79667 additions and 62269 deletions

6
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.4', // rewrite during build
stable: '1.0.5'
current: '1.2.0rc1', // rewrite during build
cdn: '1.1.4'
};
addTag('script', {src: path('angular-scenario.js')}, function() {
@ -34,7 +34,7 @@
function path(name) {
return production
? 'http://code.angularjs.org/' + angularVersion.stable + '/' + name
? 'http://code.angularjs.org/' + angularVersion.cdn + '/' + name
: '../' + name;
}
</script>