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

Commit

Permalink
v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Feb 4, 2019
1 parent 935789b commit 17d9dbd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions angular-route.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.7.6
* @license AngularJS v1.7.7
* (c) 2010-2018 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -101,7 +101,7 @@ var noop;
/* global -ngRouteModule */
var ngRouteModule = angular.
module('ngRoute', []).
info({ angularVersion: '1.7.6' }).
info({ angularVersion: '1.7.7' }).
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
4 changes: 2 additions & 2 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.7.6",
"version": "1.7.7",
"license": "MIT",
"main": "./angular-route.js",
"ignore": [],
"dependencies": {
"angular": "1.7.6"
"angular": "1.7.7"
}
}
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.7.6",
"version": "1.7.7",
"description": "AngularJS router module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 17d9dbd

Please sign in to comment.