Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 945 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 945 Bytes

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