-
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.
- Loading branch information
1 parent
0c89971
commit c2ec1f4
Showing
1 changed file
with
6 additions
and
3 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,7 +1,10 @@ | ||
# angular-bootstrap-iconpicker | ||
Angular directive for Victor Valencia's Bootstrap Iconpicker (http://victor-valencia.github.io/bootstrap-iconpicker/). | ||
|
||
I developed this directive because I needed to use that awesome Iconpicker inside a ng-repeat. | ||
Now I'm | ||
I wanted to use that awesome Iconpicker inside a ng-repeat and I found nothing available online to achieve that, so I developed this directive. Hope it helps someone! :) | ||
|
||
# Usage | ||
## Usage | ||
- Import javascript and css files from Victor Valencia's iconpicker | ||
- Import angular-bootstrap-iconpicker.js file from this repository | ||
- Add 'bootstrap-iconpicker' to the dependencies of your angular module <br/>`var app = angular.module('test', ['bootstrap-iconpicker']);` | ||
- Use it in your html <br/>`<button iconpicker="" ng-model="icon" icon-changed="iconChangedFunction"></button>` |