Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 01f39b7

Browse files
committed
v1.8.3
1 parent 8dc0de1 commit 01f39b7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

angular-route.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.8.2
2+
* @license AngularJS v1.8.3
33
* (c) 2010-2020 Google LLC. http://angularjs.org
44
* License: MIT
55
*/
@@ -101,7 +101,7 @@ var noop;
101101
/* global -ngRouteModule */
102102
var ngRouteModule = angular.
103103
module('ngRoute', []).
104-
info({ angularVersion: '1.8.2' }).
104+
info({ angularVersion: '1.8.3' }).
105105
provider('$route', $RouteProvider).
106106
// Ensure `$route` will be instantiated in time to capture the initial `$locationChangeSuccess`
107107
// event (unless explicitly disabled). This is necessary in case `ngView` is included in an

angular-route.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.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angular-route",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"license": "MIT",
55
"main": "./angular-route.js",
66
"ignore": [],
77
"dependencies": {
8-
"angular": "1.8.2"
8+
"angular": "1.8.3"
99
}
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-route",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "AngularJS router module",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)