Skip to content

alexkpek/rails-angular-material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-angular-material Gem Version

rails-angular-material wraps the AngularMaterial framework for use in Rails 3.1 and above.

Usage

Add the following to your Gemfile:

gem 'rails-angular-material'

Add the following to your Rails JavaScript manifest file:

//= require angular-material

And CSS file:

*= require angular-material

If you desire to require minified AngularMaterial files, add the following:

//= require angular-material.min
*= require angular-material.min

Versioning

Current version of AngularMaterial - 1.1.0-rc1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages