justin-lau / ui-iconpicker

A Bootstrap 3 Icon Picker implemented in AngularJS
http://justin-lau.github.io/ui-iconpicker/
MIT License
32 stars 33 forks source link

Add bindToController: true #6

Open hobe opened 9 years ago

hobe commented 9 years ago

It would be nice if the directive would make use of Angulars' 1.3 feature

  bindToController: true

so that the changes to isolated scope properties (ng-model) will be reflected back to the controllers’ this object!