Skip to content

Commit e41fb31

Browse files
committed
v1.5.3-build.4695+sha.7489d56
1 parent 52393f1 commit e41fb31

37 files changed

+55
-55
lines changed
10 MB
Binary file not shown.

snapshot/angular-animate.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.3-build.4694+sha.cc1de81
2+
* @license AngularJS v1.5.3-build.4695+sha.7489d56
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -3902,7 +3902,7 @@ var ngAnimateSwapDirective = ['$animate', '$rootScope', function($animate, $root
39023902
deps="angular-animate.js;angular-route.js"
39033903
animations="true">
39043904
<file name="index.html">
3905-
<a href="#/">Home</a>
3905+
<a href="#!/">Home</a>
39063906
<hr />
39073907
<div class="view-container">
39083908
<div ng-view class="view"></div>
@@ -3949,7 +3949,7 @@ var ngAnimateSwapDirective = ['$animate', '$rootScope', function($animate, $root
39493949
<h2>Welcome to the home page</h1>
39503950
<p>Please click on an element</p>
39513951
<a class="record"
3952-
ng-href="#/profile/{{ record.id }}"
3952+
ng-href="#!/profile/{{ record.id }}"
39533953
ng-animate-ref="{{ record.id }}"
39543954
ng-repeat="record in records">
39553955
{{ record.title }}

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.3-build.4694+sha.cc1de81
2+
* @license AngularJS v1.5.3-build.4695+sha.7489d56
33
* (c) 2010-2016 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.3-build.4694+sha.cc1de81
2+
* @license AngularJS v1.5.3-build.4695+sha.7489d56
33
* (c) 2010-2016 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.3-build.4694+sha.cc1de81
2+
* @license AngularJS v1.5.3-build.4695+sha.7489d56
33
* (c) 2010-2016 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.3-build.4694+sha.cc1de81/' +
90+
message += '\nhttp://errors.angularjs.org/1.5.3-build.4695+sha.7489d56/' +
9191
(module ? module + '/' : '') + code;
9292

9393
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {

snapshot/angular-loader.min.js

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

snapshot/angular-message-format.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.3-build.4694+sha.cc1de81
2+
* @license AngularJS v1.5.3-build.4695+sha.7489d56
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)