Sha256: 2a3606ed7b2bce2787eb2ed2028bec3b49a0849adc2fcab24a5b23a19401bb5d
Contents?: true
Size: 809 Bytes
Versions: 3
Compression:
Stored size: 809 Bytes
Contents
# angularjs-rails angularjs-rails wraps the [Angular.js](http://angularjs.org) library for use in Rails 3.1 and above. Assets will minify automatically during production. ## Usage Add the following to your gemfile: gem 'angularjs-rails' 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-bootstrap //= require angular-resource ## Versioning angularjs-rails 1.0.0 == Angular.js 1.0.0 Every attempt is made to mirror the currently shipping Angular.js version number wherever possible. The major, minor, and patch version numbers will always represent the Angular.js version.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
angularjs-rails-1.0.2 | README.md |
angularjs-rails-1.0.1.1 | README.md |
angularjs-rails-1.0.1 | README.md |