Skip to content

toplusplus/ui-iconpicker-input

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui-iconpicker-input

A Bootstrap 3 Font Awesome Icon Picker for AngularJS

This is a twist of the Justin's project: https://github.com/justin-lau/ui-iconpicker

The idea behind this is to use the icon picker only as an attr directive for input elements... Like this:

<div class="form-group">
   <label>MyIcon</label>
   <div class="uib-dropdown">
      <input type="text" ui-iconpicker groups="font-awesome" uib-dropdown-toggle ng-model="iconClass"></input>
   </div>
</div>

The original ui-iconpicker can be used in many other ways.

See it in action: http://justin-lau.github.io/ui-iconpicker/.

Dependencies

Angular UI Bootstrap

AngularJS

Bootstrap 3's CSS

Font Awesome v4.7.0 icons.

About

A Bootstrap 3 Font Awesome Icon Picker for AngularJS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 82.4%
  • CSS 17.6%