ajmajma / ngBootMaterial

Angular + Bootstrap Material fixes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngBootMaterial

For using bootstrap-material-design with angular.

A slight modification to ng-bootstrap-material that will let you use this more dynamically with angular.

Ran into an issue where the bootstrap-material items were being brough on dynamically through angular, this will re init them every time they are loaded on the page.

works for:

material-input --> material-input-fix

material-ripple --> material-ripple-fix

material-checkbox --> material-checkbox-fix

material-radio --> material-radio-fix

To use add the directive onto the material bootstrap item like so :

<input type="checkbox" material-checkbox-fix>

Requires:

Jquery Angular bootstrap bootstrap-material

bower install ng-boot-material

Alternatively, you could use Angular-Material

About

Angular + Bootstrap Material fixes


Languages

Language:JavaScript 100.0%