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.
-[Contributing to the project](#contributing-to-the-project)
33
-
-[Development, meeting minutes, roadmap and more.](#development-meeting-minutes-roadmap-and-more)
34
-
35
-
36
-
# Demo
37
-
38
-
Do you want to see directives in action? Visit https://angular-ui.github.io/bootstrap/!
39
-
40
-
# Angular 2
41
-
42
-
Are you interested in Angular 2? We are on our way! Check out [ng-bootstrap](https://github.com/ui-bootstrap/core).
43
-
44
-
# Installation
45
-
46
-
Installation is easy as UI Bootstrap has minimal dependencies - only the AngularJS and Twitter Bootstrap's CSS are required.
47
-
*Notes:*
48
-
* 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.
49
-
* UI Bootstrap depends on [ngTouch](https://docs.angularjs.org/api/ngTouch) for swipe actions. Include `ngTouch` in the module dependencies for your app in order to enable swiping.
50
-
51
-
## Angular Requirements
52
-
* UI Bootstrap 1.0 and higher _requires_ Angular 1.4.x or higher and it has been tested with Angular 1.4.8.
53
-
* UI Bootstrap 0.14.3 is the _last_ version that supports Angular 1.3.x.
54
-
* UI Bootstrap 0.12.0 is the _last_ version that supports Angular 1.2.x.
55
-
56
-
## Bootstrap Requirements
57
-
* UI Bootstrap requires Bootstrap CSS version 3.x or higher and it has been tested with Bootstrap CSS 3.3.6.
58
-
* UI Bootstrap 0.8 is the _last_ version that supports Bootstrap CSS 2.3.x.
59
-
60
-
#### Install with NPM
61
-
62
-
```sh
63
-
$ npm install angular-ui-bootstrap
64
-
```
65
-
66
-
This will install AngularJS and Bootstrap NPM packages.
67
-
68
-
#### Install with Bower
69
-
```sh
70
-
$ bower install angular-bootstrap
71
-
```
72
-
73
-
Note: 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.
74
-
75
-
#### Install with NuGet
76
-
To install AngularJS UI Bootstrap, run the following command in the Package Manager Console
77
-
78
-
```sh
79
-
PM> Install-Package Angular.UI.Bootstrap
80
-
```
81
-
82
-
#### Custom build
83
-
84
-
Head over to https://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.
85
-
86
-
#### Manual download
87
-
88
-
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:
Don't worry, if you are not sure which file to take, opt for `ui-bootstrap-tpls-[version].min.js`.
91
-
92
-
### Adding dependency to your project
93
-
94
-
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:
95
-
96
-
```js
97
-
angular.module('myModule', ['ui.bootstrap']);
98
-
```
99
-
100
-
# Webpack / JSPM
101
-
102
-
To use this project with webpack, follow the [NPM](#install-with-npm) instructions.
103
-
Now, if you want to use only the accordion, you can do:
This will load all the dependencies (if any) and also the templates (if any).
121
-
122
-
Be sure to have a loader able to process `css` files like `css-loader`.
123
-
124
-
If you would prefer not to load your css through your JavaScript file loader/bundler, you can choose to import the `index-nocss.js` file instead, which is available for the modules:
125
-
* carousel
126
-
* datepicker
127
-
* datepickerPopup
128
-
* dropdown
129
-
* modal
130
-
* popover
131
-
* position
132
-
* timepicker
133
-
* tooltip
134
-
* typeahead
135
-
136
-
The other modules, such as `accordion` in the example below, do not have CSS resources to load, so you should continue to import them as normal:
Pre-2.0.0 does not follow a particular versioning system. 2.0.0 and onwards follows [semantic versioning](http://semver.org/). All release changes can be viewed on our [changelog](CHANGELOG.md).
148
-
149
-
# Support
150
-
151
-
## FAQ
152
-
153
-
https://github.com/angular-ui/bootstrap/wiki/FAQ
154
-
155
-
# Code of Conduct
156
-
157
-
Take a moment to read our [Code of Conduct](CODE_OF_CONDUCT.md)
158
-
159
-
## PREFIX MIGRATION GUIDE
160
-
161
-
If you're updating your application to use prefixes, please check the [migration guide](https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes).
162
-
163
-
## Supported browsers
164
-
165
-
Directives from this repository are automatically tested with the following browsers:
166
-
* Chrome (stable and canary channel)
167
-
* Firefox
168
-
* IE 9 and 10
169
-
* Opera
170
-
* Safari
171
-
172
-
Modern mobile browsers should work without problems.
173
-
174
-
## Need help?
175
-
Need help using UI Bootstrap?
176
-
177
-
* Live help in the IRC (`#angularjs` channel at the `freenode` network). Use this [webchat](https://webchat.freenode.net/) or your own IRC client.
178
-
* Ask a question in [StackOverflow](http://stackoverflow.com/) under the [angular-ui-bootstrap](http://stackoverflow.com/questions/tagged/angular-ui-bootstrap) tag.
179
-
180
-
**Please do not create new issues in this repository to ask questions about using UI Bootstrap**
181
-
182
-
## Found a bug?
183
-
Please 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).
184
-
185
-
186
-
----
187
-
188
-
189
-
# Contributing to the project
190
-
191
-
We are always looking for the quality contributions! Please check the [CONTRIBUTING.md](CONTRIBUTING.md) for the contribution guidelines.
192
-
193
-
# Development, meeting minutes, roadmap and more.
194
-
195
-
Head 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.
8
+
### UI Bootstrap - For Interfolio Devs
9
+
Here are the steps you need to take to modify this library:
10
+
11
+
1 Clone the Interfolio angular-ui-bootstrap repo
12
+
2 Install local packages `npm install`
13
+
3 Install grunt if you don't already have it `npm i -g grunt-cli`
14
+
4 CD into the MC directory of the FE you're working with
15
+
5 Remove the local angular-ui-bootstrap directory `rm -rf node_modules/angular-ui-bootstrap`
16
+
6 Create a symlink to your local angular-ui-bootstrap `ln -s ~/Interfolio/angular-ui-bootstrap node_modules/angular-ui-bootstrap`
17
+
7 Go back to the angular-ui-bootstrap repo,
18
+
8 To compile JS you will need to run `grunt build`
19
+
8 To compile HTML you will need to run `grunt before-test build` and recompile your FE as templates get cached
20
+
10 To run the build once you are done making all your changes, just use the default task `grunt`. This will run all the UTs and all the build process.
21
+
12 You will need to create a tarball of the project before deploying it to GemFury.
0 commit comments