🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

angular-ui-bootstrap-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ui-bootstrap-rails

bundlerRubygems
Version
2.4.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 22 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts