Skip to content

tyronewilson/angular-ui-bootstrap-rails

This branch is 32 commits behind cconstantin/angular-ui-bootstrap-rails:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 9, 2013
Sep 9, 2013
Feb 6, 2013
Feb 6, 2013
Feb 6, 2013
Oct 31, 2013
Feb 6, 2013
Feb 6, 2013

Repository files navigation

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.

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

About

Rails wrapper for angular-ui bootstrap library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%