Angular ui - ITsvetkoFF/Kv-013 GitHub Wiki
Angular-ui
Angular-ui - The companion suite for AngularJS
Requirements
AngularJS v1.0.0+ is currently required. jQuery / Plugins (depends on directive). Check specific directive dependencies for more information
angular-ui/bootstrap requirements
- UI Bootstrap requires Bootstrap CSS version 3.x or higher and it has been tested with Bootstrap CSS 3.3.6
- UI Bootstrap 1.0 and higher requires Angular 1.4.x or higher and it has been tested with Angular 1.4.8.
- UI Bootstrap 0.14.3 is the last version that supports Angular 1.3.x.
- UI Bootstrap 0.12.0 is the last version that supports Angular 1.2.x.
General
The companion suite(s) to the AngularJS framework.
Installation
Install with NuGet
To install AngularJS UI Bootstrap, run the following command in the Package Manager Console
PM> Install-Package Angular.UI.Bootstrap
Usage in project
Currently we are using only angular-ui/bootstrap module. This gives us an opportunity to use bootstrap components without any additional third-party libraries (jQuery, Bootstrap.js).