You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+18
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,23 @@
8
8
9
9
Do you want to see directives in action? Visit http://angular-ui.github.com/bootstrap/!
10
10
11
+
## Installation
12
+
13
+
Installation is easy as angular-ui-bootstrap has minimal dependencies - only the AngularJS and Bootstrap's CSS are required.
14
+
After downloading dependencies (or better yet, referencing them from your favourite CDN) you need to download build version of this project. All the files and their purposes are described here:
Don't worry, if you are not sure which file to take, opt for `ui-bootstrap-tpls-[version].min.js`.
17
+
18
+
When you are done downloading all the dependencies and project files the only remaining part is to add dependencies on the `ui.bootstrap` AngularJS module:
19
+
20
+
```javascript
21
+
angular.module('myModule', ['ui.bootstrap']);
22
+
```
23
+
24
+
Project files are also available through your favourite package manager:
0 commit comments