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

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 5, 2020
1 parent 3a1a707 commit 83ed0d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions angular-route.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license AngularJS v1.8.0
* (c) 2010-2020 Google, Inc. http://angularjs.org
* @license AngularJS v1.8.1
* (c) 2010-2020 Google LLC. http://angularjs.org
* License: MIT
*/
(function(window, angular) {'use strict';
Expand Down Expand Up @@ -101,7 +101,7 @@ var noop;
/* global -ngRouteModule */
var ngRouteModule = angular.
module('ngRoute', []).
info({ angularVersion: '1.8.0' }).
info({ angularVersion: '1.8.1' }).
provider('$route', $RouteProvider).
// Ensure `$route` will be instantiated in time to capture the initial `$locationChangeSuccess`
// event (unless explicitly disabled). This is necessary in case `ngView` is included in an
Expand Down
6 changes: 3 additions & 3 deletions angular-route.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "angular-route",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",
"main": "./angular-route.js",
"ignore": [],
"dependencies": {
"angular": "1.8.0"
"angular": "1.8.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-route",
"version": "1.8.0",
"version": "1.8.1",
"description": "AngularJS router module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 83ed0d0

Please sign in to comment.