{"id":13848983,"url":"https://github.com/angular-ui/bootstrap-bower","last_synced_at":"2025-07-12T14:30:47.829Z","repository":{"id":7443773,"uuid":"8785022","full_name":"angular-ui/bootstrap-bower","owner":"angular-ui","description":"This is a bower repository to hold Angular UI Bootstrap releases.","archived":true,"fork":false,"pushed_at":"2020-04-30T23:56:45.000Z","size":1439,"stargazers_count":158,"open_issues_count":19,"forks_count":326,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-10-30T01:48:23.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://angular-ui.github.com/bootstrap/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angular-ui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-14T20:46:27.000Z","updated_at":"2023-07-17T11:39:57.000Z","dependencies_parsed_at":"2022-09-09T06:01:23.162Z","dependency_job_id":null,"html_url":"https://github.com/angular-ui/bootstrap-bower","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-ui%2Fbootstrap-bower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-ui%2Fbootstrap-bower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-ui%2Fbootstrap-bower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-ui%2Fbootstrap-bower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular-ui","download_url":"https://codeload.github.com/angular-ui/bootstrap-bower/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224032267,"owners_count":17244373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T19:01:04.259Z","updated_at":"2024-11-22T00:31:34.944Z","avatar_url":"https://github.com/angular-ui.png","language":"JavaScript","readme":"### UI Bootstrap - [AngularJS](http://angularjs.org/) directives specific to [Bootstrap](http://getbootstrap.com)\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular-ui/bootstrap?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://secure.travis-ci.org/angular-ui/bootstrap.svg)](http://travis-ci.org/angular-ui/bootstrap)\n[![devDependency Status](https://david-dm.org/angular-ui/bootstrap/dev-status.svg?branch=master)](https://david-dm.org/angular-ui/bootstrap#info=devDependencies)\n\n### Quick links\n- [Demo](#demo)\n- [Installation](#installation)\n    - [NPM](#install-with-npm)\n    - [Bower](#install-with-bower)\n    - [NuGet](#install-with-nuget)\n    - [Custom](#custom-build)\n    - [Manual](#manual-download)\n- [Support](#support)\n    - [FAQ](#faq)\n    - [Supported browsers](#supported-browsers)\n    - [Need help?](#need-help)\n    - [Found a bug?](#found-a-bug)\n- [Contributing to the project](#contributing-to-the-project)\n- [Development, meeting minutes, roadmap and more.](#development-meeting-minutes-roadmap-and-more)\n\n\n# Demo\n\nDo you want to see directives in action? Visit http://angular-ui.github.io/bootstrap/!\n\n# Installation\n\nInstallation is easy as UI Bootstrap has minimal dependencies - only the AngularJS and Twitter Bootstrap's CSS are required.\nNote: Since version 0.13.0, UI Bootstrap depends on [ngAnimate](https://docs.angularjs.org/api/ngAnimate) for transitions and animations, such as the accordion, carousel, etc. Include `ngAnimate` in the module dependencies for your app in order to enable animation.\n\n#### Install with NPM\n\n```sh\n$ npm install angular-ui-bootstrap\n```\n\nThis will install AngularJS and Bootstrap NPM packages.\n\n#### Install with Bower\n```sh\n$ bower install angular-bootstrap\n```\n\nNote: do not install 'angular-ui-bootstrap'.  A separate repository - [bootstrap-bower](https://github.com/angular-ui/bootstrap-bower) - hosts the compiled javascript file and bower.json.\n\n#### Install with NuGet\nTo install AngularJS UI Bootstrap, run the following command in the Package Manager Console\n\n```sh\nPM\u003e Install-Package Angular.UI.Bootstrap\n```\n\n#### Custom build\n\nHead over to http://angular-ui.github.io/bootstrap/ and hit the *Custom build* button to create your own custom UI Bootstrap build, just the way you like it.\n\n#### Manual download\n\nAfter 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:\nhttps://github.com/angular-ui/bootstrap/tree/gh-pages#build-files\nDon't worry, if you are not sure which file to take, opt for `ui-bootstrap-tpls-[version].min.js`.\n\n### Adding dependency to your project\n\nWhen you are done downloading all the dependencies and project files the only remaining part is to add dependencies on the `ui.bootstrap` AngularJS module:\n\n```js\nangular.module('myModule', ['ui.bootstrap']);\n```\n\nIf you're a Browserify or Webpack user, you can do:\n\n```js\nvar uibs = require('angular-ui-bootstrap');\n\nangular.module('myModule', [uibs]);\n```\n\n# Support\n\n## FAQ\n\nhttps://github.com/angular-ui/bootstrap/wiki/FAQ\n\n## Supported browsers\n\nDirectives from this repository are automatically tested with the following browsers:\n* Chrome (stable and canary channel)\n* Firefox\n* IE 9 and 10\n* Opera\n* Safari\n\nModern mobile browsers should work without problems.\n\n\n## Need help?\nNeed help using UI Bootstrap?\n\n* Live help in the IRC (`#angularjs` channel at the `freenode` network). Use this [webchat](https://webchat.freenode.net/) or your own IRC client.\n* Ask a question in [StackOverflow](http://stackoverflow.com/) under the [angular-ui-bootstrap](http://stackoverflow.com/questions/tagged/angular-ui-bootstrap) tag.\n\n**Please do not create new issues in this repository to ask questions about using UI Bootstrap**\n\n## Found a bug?\nPlease take a look at [CONTRIBUTING.md](CONTRIBUTING.md#you-think-youve-found-a-bug) and submit your issue [here](https://github.com/angular-ui/bootstrap/issues/new).\n\n\n----\n\n\n# Contributing to the project\n\nWe are always looking for the quality contributions! Please check the [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution guidelines.\n\n# Development, meeting minutes, roadmap and more.\n\nHead over to the [Wiki](https://github.com/angular-ui/bootstrap/wiki) for notes on development for UI Bootstrap, meeting minutes from the UI Bootstrap team, roadmap plans, project philosophy and more.\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-ui%2Fbootstrap-bower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-ui%2Fbootstrap-bower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-ui%2Fbootstrap-bower/lists"}