Skip to content

Commit b0745c8

Browse files
chore(*): normalize line endings
Closes angular-ui#423
1 parent 48dac23 commit b0745c8

30 files changed

+1869
-1861
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.html eol=lf
2+
*.css eol=lf
3+
*.js eol=lf
4+
*.md eol=lf
5+
*.json eol=lf
6+
*.yml eol=lf

.travis.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
language: node_js
2-
node_js:
3-
- "0.8"
4-
5-
before_script:
6-
- export DISPLAY=:99.0
7-
- sh -e /etc/init.d/xvfb start
8-
- npm install --quiet -g grunt-cli karma
9-
- npm install
10-
1+
language: node_js
2+
node_js:
3+
- "0.8"
4+
5+
before_script:
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start
8+
- npm install --quiet -g grunt-cli karma
9+
- npm install
10+
1111
script: grunt

CHANGELOG.md

+93-93
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,93 @@
1-
# 0.3.0 (2013-04-30)
2-
3-
## Features
4-
5-
- **progressbar:**
6-
- add progressbar directive ([261f2072](https://github.com/angular-ui/bootstrap/commit/261f2072))
7-
- **rating:**
8-
- add rating directive ([6b5e6369](https://github.com/angular-ui/bootstrap/commit/6b5e6369))
9-
- **typeahead:**
10-
- support the editable property ([a40c3fbe](https://github.com/angular-ui/bootstrap/commit/a40c3fbe))
11-
- support typeahead-loading bindable expression ([b58c9c88](https://github.com/angular-ui/bootstrap/commit/b58c9c88))
12-
- **tooltip:**
13-
- added popup-delay option ([a79a2ba8](https://github.com/angular-ui/bootstrap/commit/a79a2ba8))
14-
- added appendToBody to $tooltip ([1ee467f8](https://github.com/angular-ui/bootstrap/commit/1ee467f8))
15-
- added tooltip-html-unsafe directive ([45ed2805](https://github.com/angular-ui/bootstrap/commit/45ed2805))
16-
- support for custom triggers ([b1ba821b](https://github.com/angular-ui/bootstrap/commit/b1ba821b))
17-
18-
## Bug Fixes
19-
20-
- **alert:**
21-
- don't show close button if no close callback specified ([c2645f4a](https://github.com/angular-ui/bootstrap/commit/c2645f4a))
22-
- **carousel:**
23-
- Hide navigation indicators if only one slide ([aedc0565](https://github.com/angular-ui/bootstrap/commit/aedc0565))
24-
- **collapse:**
25-
- remove reference to msTransition for IE10 ([55437b16](https://github.com/angular-ui/bootstrap/commit/55437b16))
26-
- **dialog:**
27-
- set _open to false on init ([dcc9ef31](https://github.com/angular-ui/bootstrap/commit/dcc9ef31))
28-
- close dialog on location change ([474ce52e](https://github.com/angular-ui/bootstrap/commit/474ce52e))
29-
- IE8 fix to not set data() against text nodes ([a6c540e5](https://github.com/angular-ui/bootstrap/commit/a6c540e5))
30-
- fix $apply in progres on $location change ([77e6acb9](https://github.com/angular-ui/bootstrap/commit/77e6acb9))
31-
- **tabs:**
32-
- remove superfluous href from tabs template ([38c1badd](https://github.com/angular-ui/bootstrap/commit/38c1badd))
33-
- **tooltip:**
34-
- fix positioning issues in tooltips and popovers ([6458f487](https://github.com/angular-ui/bootstrap/commit/6458f487))
35-
- **typeahead:**
36-
- close matches popup on click outside typeahead ([acca7dcd](https://github.com/angular-ui/bootstrap/commit/acca7dcd))
37-
- stop keydown event propagation when ESC pressed to discard matches ([22a00cd0](https://github.com/angular-ui/bootstrap/commit/22a00cd0))
38-
- correctly render initial model value ([929a46fa](https://github.com/angular-ui/bootstrap/commit/929a46fa))
39-
- correctly higlight matches if query contains regexp-special chars ([467afcd6](https://github.com/angular-ui/bootstrap/commit/467afcd6))
40-
- fix matches pop-up positioning issues ([74beecdb](https://github.com/angular-ui/bootstrap/commit/74beecdb))
41-
42-
# 0.2.0 (2013-03-03)
43-
44-
## Features
45-
46-
- **dialog:**
47-
- Make $dialog 'resolve' property to work the same way of $routeProvider.when ([739f86f](https://github.com/angular-ui/bootstrap/commit/739f86f))
48-
- **modal:**
49-
- allow global override of modal options ([acaf72b](https://github.com/angular-ui/bootstrap/commit/acaf72b))
50-
- **buttons:**
51-
- add checkbox and radio buttons ([571ccf4](https://github.com/angular-ui/bootstrap/commit/571ccf4))
52-
- **carousel:**
53-
- add slide indicators ([3b677ee](https://github.com/angular-ui/bootstrap/commit/3b677ee))
54-
- **typeahead:**
55-
- add typeahead directive ([6a97da2](https://github.com/angular-ui/bootstrap/commit/6a97da2))
56-
- **accordion:**
57-
- enable HTML in accordion headings ([3afcaa4](https://github.com/angular-ui/bootstrap/commit/3afcaa4))
58-
- **pagination:**
59-
- add first/last link & constant congif options ([0ff0454](https://github.com/angular-ui/bootstrap/commit/0ff0454))
60-
61-
## Bug fixes
62-
63-
- **dialog:**
64-
- update resolve section to new syntax ([1f87486](https://github.com/angular-ui/bootstrap/commit/1f87486))
65-
- $compile entire modal ([7575b3c](https://github.com/angular-ui/bootstrap/commit/7575b3c))
66-
- **tooltip:**
67-
- don't show tooltips if there is no content to show ([030901e](https://github.com/angular-ui/bootstrap/commit/030901e))
68-
- fix placement issues ([a2bbf4d](https://github.com/angular-ui/bootstrap/commit/a2bbf4d))
69-
- **collapse:**
70-
- Avoids fixed height on collapse ([ff5d119](https://github.com/angular-ui/bootstrap/commit/ff5d119))
71-
- **accordion:**
72-
- fix minification issues ([f4da4d6](https://github.com/angular-ui/bootstrap/commit/f4da4d6))
73-
- **typeahead:**
74-
- update inputs value on mapping where label is not derived from the model ([a5f64de](https://github.com/angular-ui/bootstrap/commit/a5f64de))
75-
76-
# 0.1.0 (2013-02-02)
77-
78-
_Very first, initial release_.
79-
80-
## Features
81-
82-
Version `0.1.0` was released with the following directives:
83-
84-
* accordion
85-
* alert
86-
* carousel
87-
* dialog
88-
* dropdownToggle
89-
* modal
90-
* pagination
91-
* popover
92-
* tabs
93-
* tooltip
1+
# 0.3.0 (2013-04-30)
2+
3+
## Features
4+
5+
- **progressbar:**
6+
- add progressbar directive ([261f2072](https://github.com/angular-ui/bootstrap/commit/261f2072))
7+
- **rating:**
8+
- add rating directive ([6b5e6369](https://github.com/angular-ui/bootstrap/commit/6b5e6369))
9+
- **typeahead:**
10+
- support the editable property ([a40c3fbe](https://github.com/angular-ui/bootstrap/commit/a40c3fbe))
11+
- support typeahead-loading bindable expression ([b58c9c88](https://github.com/angular-ui/bootstrap/commit/b58c9c88))
12+
- **tooltip:**
13+
- added popup-delay option ([a79a2ba8](https://github.com/angular-ui/bootstrap/commit/a79a2ba8))
14+
- added appendToBody to $tooltip ([1ee467f8](https://github.com/angular-ui/bootstrap/commit/1ee467f8))
15+
- added tooltip-html-unsafe directive ([45ed2805](https://github.com/angular-ui/bootstrap/commit/45ed2805))
16+
- support for custom triggers ([b1ba821b](https://github.com/angular-ui/bootstrap/commit/b1ba821b))
17+
18+
## Bug Fixes
19+
20+
- **alert:**
21+
- don't show close button if no close callback specified ([c2645f4a](https://github.com/angular-ui/bootstrap/commit/c2645f4a))
22+
- **carousel:**
23+
- Hide navigation indicators if only one slide ([aedc0565](https://github.com/angular-ui/bootstrap/commit/aedc0565))
24+
- **collapse:**
25+
- remove reference to msTransition for IE10 ([55437b16](https://github.com/angular-ui/bootstrap/commit/55437b16))
26+
- **dialog:**
27+
- set _open to false on init ([dcc9ef31](https://github.com/angular-ui/bootstrap/commit/dcc9ef31))
28+
- close dialog on location change ([474ce52e](https://github.com/angular-ui/bootstrap/commit/474ce52e))
29+
- IE8 fix to not set data() against text nodes ([a6c540e5](https://github.com/angular-ui/bootstrap/commit/a6c540e5))
30+
- fix $apply in progres on $location change ([77e6acb9](https://github.com/angular-ui/bootstrap/commit/77e6acb9))
31+
- **tabs:**
32+
- remove superfluous href from tabs template ([38c1badd](https://github.com/angular-ui/bootstrap/commit/38c1badd))
33+
- **tooltip:**
34+
- fix positioning issues in tooltips and popovers ([6458f487](https://github.com/angular-ui/bootstrap/commit/6458f487))
35+
- **typeahead:**
36+
- close matches popup on click outside typeahead ([acca7dcd](https://github.com/angular-ui/bootstrap/commit/acca7dcd))
37+
- stop keydown event propagation when ESC pressed to discard matches ([22a00cd0](https://github.com/angular-ui/bootstrap/commit/22a00cd0))
38+
- correctly render initial model value ([929a46fa](https://github.com/angular-ui/bootstrap/commit/929a46fa))
39+
- correctly higlight matches if query contains regexp-special chars ([467afcd6](https://github.com/angular-ui/bootstrap/commit/467afcd6))
40+
- fix matches pop-up positioning issues ([74beecdb](https://github.com/angular-ui/bootstrap/commit/74beecdb))
41+
42+
# 0.2.0 (2013-03-03)
43+
44+
## Features
45+
46+
- **dialog:**
47+
- Make $dialog 'resolve' property to work the same way of $routeProvider.when ([739f86f](https://github.com/angular-ui/bootstrap/commit/739f86f))
48+
- **modal:**
49+
- allow global override of modal options ([acaf72b](https://github.com/angular-ui/bootstrap/commit/acaf72b))
50+
- **buttons:**
51+
- add checkbox and radio buttons ([571ccf4](https://github.com/angular-ui/bootstrap/commit/571ccf4))
52+
- **carousel:**
53+
- add slide indicators ([3b677ee](https://github.com/angular-ui/bootstrap/commit/3b677ee))
54+
- **typeahead:**
55+
- add typeahead directive ([6a97da2](https://github.com/angular-ui/bootstrap/commit/6a97da2))
56+
- **accordion:**
57+
- enable HTML in accordion headings ([3afcaa4](https://github.com/angular-ui/bootstrap/commit/3afcaa4))
58+
- **pagination:**
59+
- add first/last link & constant congif options ([0ff0454](https://github.com/angular-ui/bootstrap/commit/0ff0454))
60+
61+
## Bug fixes
62+
63+
- **dialog:**
64+
- update resolve section to new syntax ([1f87486](https://github.com/angular-ui/bootstrap/commit/1f87486))
65+
- $compile entire modal ([7575b3c](https://github.com/angular-ui/bootstrap/commit/7575b3c))
66+
- **tooltip:**
67+
- don't show tooltips if there is no content to show ([030901e](https://github.com/angular-ui/bootstrap/commit/030901e))
68+
- fix placement issues ([a2bbf4d](https://github.com/angular-ui/bootstrap/commit/a2bbf4d))
69+
- **collapse:**
70+
- Avoids fixed height on collapse ([ff5d119](https://github.com/angular-ui/bootstrap/commit/ff5d119))
71+
- **accordion:**
72+
- fix minification issues ([f4da4d6](https://github.com/angular-ui/bootstrap/commit/f4da4d6))
73+
- **typeahead:**
74+
- update inputs value on mapping where label is not derived from the model ([a5f64de](https://github.com/angular-ui/bootstrap/commit/a5f64de))
75+
76+
# 0.1.0 (2013-02-02)
77+
78+
_Very first, initial release_.
79+
80+
## Features
81+
82+
Version `0.1.0` was released with the following directives:
83+
84+
* accordion
85+
* alert
86+
* carousel
87+
* dialog
88+
* dropdownToggle
89+
* modal
90+
* pagination
91+
* popover
92+
* tabs
93+
* tooltip

CONTRIBUTING.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
We are always looking for the quality contributions and will be happy to accept your Pull Requests as long as those adhere to some basic rules:
2-
3-
* Please make sure that your contribution fits well in the project's context:
4-
* we are aiming at rebuilding boostrap directives in pure AngularJS, without any dependencies on any external JavaScript library;
5-
* the only dependency should be boostrap CSS and its markup structure;
6-
* directives should be html-agnostic as much as possible which in practice means:
7-
* templates should be referred to using the `templateUrl` property
8-
* it should be easy to change a default template to a custom one
9-
* directives shouldn't manipulate DOM structure directly (when possible)
10-
* Please assure that you are submitting quality code, specifically make sure that:
11-
* your directive has accompanying tests and all the tests are passing; don't hesitate to contact us ([email protected]) if you ned any help with unit testing
12-
* your PR doesn't break the build; check the Travis-CI build status after opening a PR and push corrective commits if anything goes wrong
1+
We are always looking for the quality contributions and will be happy to accept your Pull Requests as long as those adhere to some basic rules:
2+
3+
* Please make sure that your contribution fits well in the project's context:
4+
* we are aiming at rebuilding boostrap directives in pure AngularJS, without any dependencies on any external JavaScript library;
5+
* the only dependency should be boostrap CSS and its markup structure;
6+
* directives should be html-agnostic as much as possible which in practice means:
7+
* templates should be referred to using the `templateUrl` property
8+
* it should be easy to change a default template to a custom one
9+
* directives shouldn't manipulate DOM structure directly (when possible)
10+
* Please assure that you are submitting quality code, specifically make sure that:
11+
* your directive has accompanying tests and all the tests are passing; don't hesitate to contact us ([email protected]) if you ned any help with unit testing
12+
* your PR doesn't break the build; check the Travis-CI build status after opening a PR and push corrective commits if anything goes wrong

Gruntfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ module.exports = function(grunt) {
1111
grunt.loadNpmTasks('grunt-karma');
1212

1313
// Project configuration.
14+
grunt.util.linefeed = '\n';
15+
1416
grunt.initConfig({
1517
ngversion: '1.0.5',
1618
bsversion: '2.3.1',

misc/changelog.tpl.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# <%= version%> (<%= today%>)
2-
3-
## Features
4-
5-
<% _(changelog.feat).forEach(function(changes, component) { %>
6-
- **<%= component%>:**
7-
<% changes.forEach(function(change) { %>
8-
- <%= change.msg%> ([<%= change.sha1%>](https://github.com/angular-ui/bootstrap/commit/<%= change.sha1%>))
9-
<% }) %>
10-
<% }) %>
11-
12-
## Bug Fixes
13-
14-
<% _(changelog.fix).forEach(function(changes, component) { %>
15-
- **<%= component%>:**
16-
<% changes.forEach(function(change) { %>
17-
- <%= change.msg%> ([<%= change.sha1%>](https://github.com/angular-ui/bootstrap/commit/<%= change.sha1%>))
18-
<% }) %>
19-
<% }) %>
20-
21-
## Breaking Changes
22-
23-
<% _(changelog.breaking).forEach(function(changes, component) { %>
24-
- **<%= component%>:**
25-
<% changes.forEach(function(change) { %>
26-
<%= change.msg%>
27-
<% }) %>
28-
<% }) %>
1+
# <%= version%> (<%= today%>)
2+
3+
## Features
4+
5+
<% _(changelog.feat).forEach(function(changes, component) { %>
6+
- **<%= component%>:**
7+
<% changes.forEach(function(change) { %>
8+
- <%= change.msg%> ([<%= change.sha1%>](https://github.com/angular-ui/bootstrap/commit/<%= change.sha1%>))
9+
<% }) %>
10+
<% }) %>
11+
12+
## Bug Fixes
13+
14+
<% _(changelog.fix).forEach(function(changes, component) { %>
15+
- **<%= component%>:**
16+
<% changes.forEach(function(change) { %>
17+
- <%= change.msg%> ([<%= change.sha1%>](https://github.com/angular-ui/bootstrap/commit/<%= change.sha1%>))
18+
<% }) %>
19+
<% }) %>
20+
21+
## Breaking Changes
22+
23+
<% _(changelog.breaking).forEach(function(changes, component) { %>
24+
- **<%= component%>:**
25+
<% changes.forEach(function(change) { %>
26+
<%= change.msg%>
27+
<% }) %>
28+
<% }) %>

0 commit comments

Comments
 (0)