A custom build of Materialize featuring native AngularJS components.
ng-materialize is a custom build of the Materialize framework that includes native AngularJS components. The directives favor simplicity over customization, and aim to adhere to a strict interpretation of Google's Material Design. The project removes Materialize's jQuery, Velocity.js and custom JavaScript dependencies, but requires ngAnimate and Waves (one of Materialize's hidden dependencies).
Visit http://wthomsen.github.io/ng-materialize for demos and documentation.
bower install ng-materialize
Notes:
- You do not need to include the original Materialize library.
- The Roboto and Material Icons font families are imported from Google Fonts in the css.
- Run
npm install
andbower install
- Run
grunt serve
- Visit http://localhost:9000 in a browser