Skip to content

Commit 533dcab

Browse files
committed
chore(update): angular v1.3.5
1 parent ab99b13 commit 533dcab

20 files changed

Lines changed: 327 additions & 323 deletions

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"js/ionic.js"
4949
],
5050
"dependencies": {
51-
"angular": "~1.3.4",
52-
"angular-animate": "~1.3.4",
53-
"angular-sanitize": "~1.3.4",
51+
"angular": "~1.3.5",
52+
"angular-animate": "~1.3.5",
53+
"angular-sanitize": "~1.3.5",
5454
"angular-ui-router": "0.2.10"
5555
}
5656
}

config/lib/js/angular/angular-animate.js

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

config/lib/js/angular/angular-animate.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.

config/lib/js/angular/angular-aria.js

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

config/lib/js/angular/angular-aria.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.

config/lib/js/angular/angular-messages.js

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

config/lib/js/angular/angular-messages.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.

config/lib/js/angular/angular-mocks.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.3.4
2+
* @license AngularJS v1.3.5
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -1149,7 +1149,7 @@ function createHttpBackendMock($rootScope, $delegate, $browser) {
11491149
return function() {
11501150
return angular.isNumber(status)
11511151
? [status, data, headers, statusText]
1152-
: [200, status, data];
1152+
: [200, status, data, headers];
11531153
};
11541154
}
11551155

@@ -2054,7 +2054,7 @@ angular.mock.e2e.$httpBackendDecorator =
20542054
*
20552055
* In addition to all the regular `Scope` methods, the following helper methods are available:
20562056
*/
2057-
angular.mock.$RootScopeDecorator = function($delegate) {
2057+
angular.mock.$RootScopeDecorator = ['$delegate', function($delegate) {
20582058

20592059
var $rootScopePrototype = Object.getPrototypeOf($delegate);
20602060

@@ -2126,7 +2126,7 @@ angular.mock.$RootScopeDecorator = function($delegate) {
21262126

21272127
return count;
21282128
}
2129-
};
2129+
}];
21302130

21312131

21322132
if (window.jasmine || window.mocha) {

config/lib/js/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.3.4
2+
* @license AngularJS v1.3.5
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

config/lib/js/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.

0 commit comments

Comments
 (0)