# angular-ui-rails angular-ui-rails wraps the [Angular.js UI](http://angular-ui.github.com/) library for use in Rails 3.1 and above. Assets will minify automatically during production. ## Usage Add the following to your gemfile: gem 'angular-ui-rails' Add the following directive to your Javascript manifest file (application.js): //= require angular-ui Add the following directive to your Stylesheet manifest file (application.css): /* *= require angular-ui */ Gem based on Angularjs-rails(https://github.com/confuseddesi/angularjs-rails) by Hirav Gandhi