#rails-angularjs Gem Version Rails-angularjs wraps the [Angular.js](http://angularjs.org) library for use in Rails 3.1 and above. Original version was made by [Hirav Gandhi](https://github.com/hiravgandhi/angularjs-rails). Main difference is that this version will be updating more frequiently. ## Usage Add the following to your Gemfile: gem 'rails-angularjs' Add the following directive to your JavaScript manifest file (application.js): //= require angular If you desire to require (optional) Angular files, you may include them as well in your JavaScript manifest file (application.js). For example: //= require angular-animate //= require angular-resource For minified version just add .min to file name: //= require angular.min ## Versioning Current AngularJS version: 1.4.3