Skip to content

Commit 7e755c2

Browse files
committed
v1.5.0-build.4461+sha.99d601a
1 parent 68a529b commit 7e755c2

33 files changed

+175
-175
lines changed
9.6 MB
Binary file not shown.

snapshot/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.5.0-build.4460+sha.a6e9174
2+
* @license AngularJS v1.5.0-build.4461+sha.99d601a
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/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.

snapshot/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.5.0-build.4460+sha.a6e9174
2+
* @license AngularJS v1.5.0-build.4461+sha.99d601a
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/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.

snapshot/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.5.0-build.4460+sha.a6e9174
2+
* @license AngularJS v1.5.0-build.4461+sha.99d601a
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-cookies.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.

snapshot/angular-loader.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.0-build.4460+sha.a6e9174
2+
* @license AngularJS v1.5.0-build.4461+sha.99d601a
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -87,7 +87,7 @@ function minErr(module, ErrorConstructor) {
8787
return match;
8888
});
8989

90-
message += '\nhttp://errors.angularjs.org/1.5.0-build.4460+sha.a6e9174/' +
90+
message += '\nhttp://errors.angularjs.org/1.5.0-build.4461+sha.99d601a/' +
9191
(module ? module + '/' : '') + code;
9292

9393
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
@@ -504,7 +504,7 @@ function setupModuleLoader(window) {
504504
component: function(name, options) {
505505
function factory($injector) {
506506
function makeInjectable(fn) {
507-
if (angular.isFunction(fn)) {
507+
if (isFunction(fn) || Array.isArray(fn)) {
508508
return function(tElement, tAttrs) {
509509
return $injector.invoke(fn, this, {$element: tElement, $attrs: tAttrs});
510510
};

snapshot/angular-loader.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-loader.min.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)