Skip to content

Commit

Permalink
Updating project to work with angular 1.6 addition of lifecycle hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseofMoose committed Aug 11, 2017
1 parent a55cd93 commit 710d8ce
Show file tree
Hide file tree
Showing 27 changed files with 5,896 additions and 3,724 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Code Climate](https://codeclimate.com/github/MuseofMoose/SearchSelect/badges/gpa.svg)](https://codeclimate.com/github/MuseofMoose/SearchSelect)[![Bower version](https://badge.fury.io/bo/search-select.svg)](https://badge.fury.io/bo/search-select)
### Examples can be found [here.](https://museofmoose.github.io/SearchSelect/dist/)
# SearchSelect v 1.3.1
# SearchSelect v 2.0.0
Search Select is a simple Angular directive for turning pesky dropdowns into something much more user friendly. More specifically,
it adds a search bar right into the input, allowing your users to narrow down a dropdown list by typing in key words or letters.

Expand Down Expand Up @@ -30,9 +30,9 @@ $ bower install --save search-select
* Narrow down the option list by typing into the input.

### Dependencies:
* angular 1.3.0
* angular-animate 1.3.0, if you want animation when you make your first selection.
* angular-sanitize 1.3.0
* angular 1.6.0
* angular-animate 1.6.0, if you want animation when you make your first selection.
* angular-sanitize 1.6.0

---

Expand Down
8 changes: 4 additions & 4 deletions bower.json
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]>"
],
Expand All @@ -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 dist/bower_components/angular-animate/angular-animate.js

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions dist/bower_components/angular-animate/angular-animate.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bower_components/angular-animate/bower.json
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"
}
}
2 changes: 1 addition & 1 deletion dist/bower_components/angular-animate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-animate",
"version": "1.5.8",
"version": "1.6.5",
"description": "AngularJS module for animations",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 710d8ce

Please sign in to comment.