Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiocancian committed Apr 16, 2016
1 parent 0c89971 commit c2ec1f4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
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>`

0 comments on commit c2ec1f4

Please sign in to comment.