Skip to content

Commit 830516a

Browse files
committed
upgrade to AngularJS 1.0.0rc11 promise-resolution
1 parent e27efe2 commit 830516a

14 files changed

+1538
-770
lines changed

app/lib/angular/angular-cookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.0rc10
2+
* @license AngularJS v1.0.0rc11
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

app/lib/angular/angular-cookies.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
AngularJS v1.0.0rc10
2+
AngularJS v1.0.0rc11
33
(c) 2010-2012 Google, Inc. http://angularjs.org
44
License: MIT
55
*/

app/lib/angular/angular-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.0rc10
2+
* @license AngularJS v1.0.0rc11
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

app/lib/angular/angular-loader.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
AngularJS v1.0.0rc10
2+
AngularJS v1.0.0rc11
33
(c) 2010-2012 Google, Inc. http://angularjs.org
44
License: MIT
55
*/

app/lib/angular/angular-resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.0rc10
2+
* @license AngularJS v1.0.0rc11
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

app/lib/angular/angular-resource.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/lib/angular/angular-sanitize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.0.0rc10
2+
* @license AngularJS v1.0.0rc11
33
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -411,7 +411,7 @@ angular.module('ngSanitize', []).value('$sanitize', $sanitize);
411411
* See {@link angular.module.ngSanitize.$sanitize $sanitize} docs for examples.
412412
*
413413
* @element ANY
414-
* @param {expression} ngBindHtml {@link guide/dev_guide.expressions Expression} to evaluate.
414+
* @param {expression} ngBindHtml {@link guide/expression Expression} to evaluate.
415415
*/
416416
angular.module('ngSanitize').directive('ngBindHtml', ['$sanitize', function($sanitize) {
417417
return function(scope, element, attr) {

app/lib/angular/angular-sanitize.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)