A tiny Angular wrapper for Material Design Lite
Version 0.3.0
Angular wrapper for Material Design Lite.
bower install angular-material-design-lite --save
or using npm
npm install angular-material-design-lite --save
Floating text labels and ripple effect are enabled by default.
Here's how you can disable them:
angular.module('your-app').config(function(mdlConfigProvider){ mdlConfigProvider.floating = false; mdlConfigProvider.rippleEffect = false; });
You can use the
mdl-upgradeattribute directive on elements that are inside ng-if or dynamically injected templates. Check issue #4 for more information.
Open a new issue.
Here's what I'm planning for the next releases