-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
return a promise as a route change callback
allows for post route change logic when modifying the route programatically.
- Loading branch information
Stephen von Takach
committed
Nov 17, 2013
1 parent
f1d1a8f
commit e48bff8
Showing
2 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "ngRouteNames", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./ngRouteNames.js", | ||
"dependencies": { | ||
"angular": "~1.2.0", | ||
"angular": "~1.2.1", | ||
"angular-gesture": "~1.3.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters