Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

This is a bower repository to hold Angular UI Bootstrap releases.

NotificationsYou must be signed in to change notification settings

angular-ui/bootstrap-bower

Repository files navigation

UI Bootstrap -AngularJS directives specific toBootstrap

GitterBuild StatusdevDependency Status

Quick links

Demo

Do you want to see directives in action? Visithttp://angular-ui.github.io/bootstrap/!

Installation

Installation is easy as UI Bootstrap has minimal dependencies - only the AngularJS and Twitter Bootstrap's CSS are required.Note: Since version 0.13.0, UI Bootstrap depends onngAnimate for transitions and animations, such as the accordion, carousel, etc. IncludengAnimate in the module dependencies for your app in order to enable animation.

Install with NPM

$ npm install angular-ui-bootstrap

This will install AngularJS and Bootstrap NPM packages.

Install with Bower

$ bower install angular-bootstrap

Note: do not install 'angular-ui-bootstrap'. A separate repository -bootstrap-bower - hosts the compiled javascript file and bower.json.

Install with NuGet

To install AngularJS UI Bootstrap, run the following command in the Package Manager Console

PM> Install-Package Angular.UI.Bootstrap

Custom build

Head over tohttp://angular-ui.github.io/bootstrap/ and hit theCustom build button to create your own custom UI Bootstrap build, just the way you like it.

Manual download

After downloading dependencies (or better yet, referencing them from your favorite CDN) you need to download build version of this project. All the files and their purposes are described here:https://github.com/angular-ui/bootstrap/tree/gh-pages#build-filesDon't worry, if you are not sure which file to take, opt forui-bootstrap-tpls-[version].min.js.

Adding dependency to your project

When you are done downloading all the dependencies and project files the only remaining part is to add dependencies on theui.bootstrap AngularJS module:

angular.module('myModule',['ui.bootstrap']);

If you're a Browserify or Webpack user, you can do:

varuibs=require('angular-ui-bootstrap');angular.module('myModule',[uibs]);

Support

FAQ

https://github.com/angular-ui/bootstrap/wiki/FAQ

Supported browsers

Directives from this repository are automatically tested with the following browsers:

  • Chrome (stable and canary channel)
  • Firefox
  • IE 9 and 10
  • Opera
  • Safari

Modern mobile browsers should work without problems.

Need help?

Need help using UI Bootstrap?

Please do not create new issues in this repository to ask questions about using UI Bootstrap

Found a bug?

Please take a look atCONTRIBUTING.md and submit your issuehere.


Contributing to the project

We are always looking for the quality contributions! Please check theCONTRIBUTING.md for the contribution guidelines.

Development, meeting minutes, roadmap and more.

Head over to theWiki for notes on development for UI Bootstrap, meeting minutes from the UI Bootstrap team, roadmap plans, project philosophy and more.

About

This is a bower repository to hold Angular UI Bootstrap releases.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp