Jell-Tech / angular-bootstrap-material

Angular directives for FezVrasta/bootstrap-material-design (jell-web dependency)
MIT License
19 stars 5 forks source link

bootstrap-material-angular

Angular directives for FezVrasta/bootstrap-material-design

Getting Started

  1. Install via Bower:

    bower install --save git@github.com:heyflock/angular-bootstrap-material.git#master
  2. 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>
  3. Add flock.bootstrap.material to your main module's list:

    angular.module('myApp', [
    // ...
    'flock.bootstrap.material'
    ]);

Form Elements

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]

Ripples

Directives will automatically be applied to the following elements:

.withripples
.with-ripples
.btn
.card-image