Sha256: 83a47adae015bb11eac385adb356adffadb21eb177f74968bbe5da8f717c1091

Contents?: true

Size: 766 Bytes

Versions: 5

Compression:

Stored size: 766 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

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

5 entries across 5 versions & 2 rubygems

Version Path
angularjs-rails-1.0.6 README.md
angularjs-rails-1.0.5 README.md
angularjs-rails-1.0.4 README.md
angularjs-rails-gem-1.1.2 README.md
angularjs-rails-1.0.3 README.md