Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 2.4.0
  • Rubygems
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc