Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Angular directives for FezVrasta/bootstrap-material-design (jell-web dependency)

License

Notifications You must be signed in to change notification settings

Jell-Tech/angular-bootstrap-material

Repository files navigation

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
  1. Add the JavaScript to your HTML file:
<script src="bower_components/angular-bootstrap-material/angular-bootstrap-material.js"></script>
  1. 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

About

Angular directives for FezVrasta/bootstrap-material-design (jell-web dependency)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •