No release in over 3 years
Low commit activity in last 3 years
Injects Angular.js UI Bootstrap directives into your asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

angular-ui-bootstrap-rails

angular-ui-bootstrap-rails wraps the Angular.js UI Bootstrap library for use in Rails 3.1 and above. Assets will minify automatically during production.

angular-ui-bootstrap is at v2.4.0

Usage

Add the following to your gemfile:

gem 'angular-ui-bootstrap-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require angular-ui-bootstrap

If you would like to use the default bootstrap templates, use the following directive instead

//= require angular-ui-bootstrap-tpls

You may need to add 'ui.bootstrap' into your app declaration for example

app = angular.module('MyApp', ["ui.bootstrap"])

Gem based on Angularjs-rails(https://github.com/hiravgandhi/angularjs-rails) by Hirav Gandhi