-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating project to work with angular 1.6 addition of lifecycle hooks.
- Loading branch information
MuseofMoose
committed
Aug 11, 2017
1 parent
a55cd93
commit 710d8ce
Showing
27 changed files
with
5,896 additions
and
3,724 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
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,6 +1,6 @@ | ||
{ | ||
"name": "search-select", | ||
"version": "1.3.1", | ||
"version": "2.0.0", | ||
"authors": [ | ||
"Spencer Dellis <[email protected]>" | ||
], | ||
|
@@ -25,8 +25,8 @@ | |
"test" | ||
], | ||
"dependencies": { | ||
"angular": "^1.3.0", | ||
"angular-animate": "^1.3.0", | ||
"angular-sanitize": "^1.3.0" | ||
"angular": "^1.6.0", | ||
"angular-animate": "^1.6.0", | ||
"angular-sanitize": "^1.6.0" | ||
} | ||
} |
351 changes: 183 additions & 168 deletions
351
dist/bower_components/angular-animate/angular-animate.js
Large diffs are not rendered by default.
Oops, something went wrong.
104 changes: 52 additions & 52 deletions
104
dist/bower_components/angular-animate/angular-animate.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
dist/bower_components/angular-animate/angular-animate.min.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
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,10 +1,10 @@ | ||
{ | ||
"name": "angular-animate", | ||
"version": "1.5.8", | ||
"version": "1.6.5", | ||
"license": "MIT", | ||
"main": "./angular-animate.js", | ||
"ignore": [], | ||
"dependencies": { | ||
"angular": "1.5.8" | ||
"angular": "1.6.5" | ||
} | ||
} |
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
Oops, something went wrong.