0.0
No commit activity in last 3 years
No release in over 3 years
AngularJS is open source project by Google. This gem provides various libraries like angularjs, angular-ui-router, angular-material etc.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0
 Project Readme

Angular Master

Angular Master gem allow you to easily include angularjs and associated libraries easily into your rails app. All the libraries of AngularJS are open sourced. Gem Version

Installation

Add this line to your application's Gemfile:

gem 'angular_master'

And then execute:

$ bundle

Or install it yourself as:

$ gem install angular_master

Usage

a. CSS

require the following files in application.css to use Angular Material.

	*= require angular-material

b. Javascript

require the following files in application.js

for AngularJS

	//= require angular

for Angular UI Router

	//= require angular-ui-router

for Angular Moment

	//= require angular-moment

for Angular Filter

	//= require angular-filter

for Angular Material (remember to use this while including css file for angular material)

	//= require angular-material

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/agrim123/angular_master.

License

MIT