Angular directives for FezVrasta/bootstrap-material-design
Install via Bower:
bower install --save git@github.com:heyflock/angular-bootstrap-material.git#master
Add the JavaScript to your HTML file:
<script src="https://github.com/Jell-Tech/angular-bootstrap-material/raw/master/bower_components/angular-bootstrap-material/angular-bootstrap-material.js"></script>
Add flock.bootstrap.material
to your main module's list:
angular.module('myApp', [
// ...
'flock.bootstrap.material'
]);
Directives will automatically be applied to the following elements:
input[type=text].form-control
textarea.form-control
select.form-control
input[type=radio]
input[type=checkbox]
Directives will automatically be applied to the following elements:
.withripples
.with-ripples
.btn
.card-image