zethussuen / angular-ui-rails

Rails wrapper for angular-ui library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-ui-rails

angular-ui-rails wraps the Angular.js UI 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

About

Rails wrapper for angular-ui library

License:Other


Languages

Language:Ruby 100.0%