This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove MyForce references and update versions to be higher than myfor…
…ce-angularjs-dropdown-multiselect
- Loading branch information
pkempenaers
committed
Feb 10, 2017
1 parent
e48d126
commit 0ba8c67
Showing
9 changed files
with
57 additions
and
67 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,6 +1,3 @@ | ||
# AngularJS Dropdown Multiselect | ||
[![CDNJS](https://img.shields.io/cdnjs/v/myforce-angularjs-dropdown-multiselect.svg)](https://cdnjs.com/libraries/myforce-angularjs-dropdown-multiselect) | ||
|
||
This directive gives you a Bootstrap Dropdown with the power of AngularJS directives. | ||
|
||
# Features | ||
|
@@ -16,9 +13,10 @@ This directive gives you a Bootstrap Dropdown with the power of AngularJS direct | |
- Callback events. | ||
- Translation texts. | ||
- Scrollable list (useful for big lists) | ||
- Keyboard controls | ||
|
||
## Demo | ||
http://myforce.github.io/angularjs-dropdown-multiselect/ | ||
http://dotansimha.github.io/angularjs-dropdown-multiselect/ | ||
|
||
## Dependencies | ||
- required: AngularJS >= 1.2, Bootstrap >= 3.0 | ||
|
@@ -30,7 +28,7 @@ http://myforce.github.io/angularjs-dropdown-multiselect/ | |
1. Download the files | ||
1. Using bower: <img src="http://benschwarz.github.io/bower-badges/[email protected]" width="130" height="30"> | ||
|
||
Just run `bower install myforce-angularjs-dropdown-multiselect` | ||
Just run `bower install angularjs-dropdown-multiselect` | ||
2. Using npm : | ||
Just run `npm install angularjs-dropdown-multiselect` | ||
3. Manually: | ||
|
@@ -43,4 +41,4 @@ http://myforce.github.io/angularjs-dropdown-multiselect/ | |
|
||
## Usage and Documentation | ||
See the documentation and examples in the GitHub pages: | ||
http://myforce.github.io/angularjs-dropdown-multiselect/ | ||
http://dotansimha.github.io/angularjs-dropdown-multiselect/ |
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": "myforce-angularjs-dropdown-multiselect", | ||
"version": "1.10.2", | ||
"name": "angularjs-dropdown-multiselect", | ||
"version": "1.11.0", | ||
"authors": [ | ||
"Dotan Simha <[email protected]>", | ||
"Pieter Kempenaers <[email protected]>" | ||
|
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
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
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,40 +1,40 @@ | ||
{ | ||
"author": "[email protected]", | ||
"name": "angularjs-dropdown-multiselect", | ||
"version": "1.10.2", | ||
"description": "This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.", | ||
"homepage": "http://myforce.github.io/angularjs-dropdown-multiselect/#/", | ||
"dependencies": { | ||
"angular": "~1" | ||
}, | ||
"devDependencies": { | ||
"express": "~3.4.4", | ||
"grunt": "^0.4.5", | ||
"grunt-build-control": "^0.1.3", | ||
"grunt-contrib-concat": "~0.3.0", | ||
"grunt-contrib-cssmin": "~0.7.0", | ||
"grunt-contrib-jshint": "~0.7.0", | ||
"grunt-contrib-less": "~0.8.1", | ||
"grunt-contrib-uglify": "~0.2.5", | ||
"grunt-karma": "~0.6.2" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/myforce/angularjs-dropdown-multiselect.git" | ||
}, | ||
"engines": { | ||
"node": "0.10.10" | ||
}, | ||
"main": "src/angularjs-dropdown-multiselect.js", | ||
"keywords": [ | ||
"angular", | ||
"multiselect" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/myforce/angularjs-dropdown-multiselect/issues" | ||
} | ||
"author": "[email protected]", | ||
"name": "angularjs-dropdown-multiselect", | ||
"version": "1.11.0", | ||
"description": "This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.", | ||
"homepage": "http://dotansimha.github.io/angularjs-dropdown-multiselect/#/", | ||
"dependencies": { | ||
"angular": "~1" | ||
}, | ||
"devDependencies": { | ||
"express": "~3.4.4", | ||
"grunt": "^0.4.5", | ||
"grunt-build-control": "^0.1.3", | ||
"grunt-contrib-concat": "~0.3.0", | ||
"grunt-contrib-cssmin": "~0.7.0", | ||
"grunt-contrib-jshint": "~0.7.0", | ||
"grunt-contrib-less": "~0.8.1", | ||
"grunt-contrib-uglify": "~0.2.5", | ||
"grunt-karma": "~0.6.2" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dotansimha/angularjs-dropdown-multiselect.git" | ||
}, | ||
"engines": { | ||
"node": "0.10.10" | ||
}, | ||
"main": "src/angularjs-dropdown-multiselect.js", | ||
"keywords": [ | ||
"angular", | ||
"multiselect" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/dotansimha/angularjs-dropdown-multiselect/issues" | ||
} | ||
} |
Binary file not shown.
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