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 Jan 22, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: .github/contributing.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Contributing code
9
9
To contribute, fork the library and install gulp and dependencies. You need [node](http://nodejs.org/); use [nvm](https://github.com/creationix/nvm) or [nenv](https://github.com/ryuone/nenv) to install it.
git checkout -b my-fix-branch develop # all patches against develop branch, please!
16
16
npm test# this runs lint, complexity checks, and unit tests.
@@ -36,9 +36,9 @@ We use Gulp for managing the build. Here are some useful Gulp tasks:
36
36
*`gulp css-lint` Lint the css files after generating.
37
37
*`gulp templatecache` Generates src/js/datetimepicker.templates.js. You must re-add the IIFE around the generated code after it is generated (PR to fix this would be apprecaited)
38
38
39
-
# Contributing to angular-bootstrap-datetimepicker
39
+
# Contributing to angularjs-bootstrap-datetimepicker
40
40
41
-
We'd love for you to contribute to our source code and to make angular-bootstrap-datetimepicker even better than it is
41
+
We'd love for you to contribute to our source code and to make angularjs-bootstrap-datetimepicker even better than it is
42
42
today! Here are the guidelines we'd like you to follow:
43
43
44
44
-[Question or Problem?](#question)
@@ -52,7 +52,7 @@ today! Here are the guidelines we'd like you to follow:
52
52
53
53
## <aname="question"></a> Got a Question or Problem?
54
54
55
-
If you have questions about how to use angular-bootstrap-datetimepicker, please direct these to the [Gitter Chat Group][gitter].
55
+
If you have questions about how to use angularjs-bootstrap-datetimepicker, please direct these to the [Gitter Chat Group][gitter].
56
56
57
57
## <aname="issue"></a> Found an Issue?
58
58
@@ -143,7 +143,7 @@ Before you submit your pull request consider the following guidelines:
143
143
git push origin my-fix-branch
144
144
```
145
145
146
-
In GitHub, send a pull request to `angular-bootstrap-datetimepicker:develop`.
146
+
In GitHub, send a pull request to `angularjs-bootstrap-datetimepicker:develop`.
147
147
If we suggest changes, then:
148
148
149
149
* Make the required updates.
@@ -203,7 +203,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
203
203
204
204
We have very precise rules over how our git commit messages can be formatted. This leads to **more
205
205
readable messages** that are easy to follow when looking through the **project history**. But also,
206
-
we use the git commit messages to **generate the angular-bootstrap-datetimepicker change log**.
206
+
we use the git commit messages to **generate the angularjs-bootstrap-datetimepicker change log**.
207
207
208
208
The commit message formatting can be added using a typical git workflow or through the use of a CLI wizard ([Commitizen](https://github.com/commitizen/cz-cli)). To use the wizard, run `npm run commit` in your terminal after staging your changes in git.
209
209
@@ -263,10 +263,10 @@ reference GitHub issues that this commit **Closes**.
263
263
**Breaking Changes** should start with the word `BREAKING CHANGE:` with a space or two newlines. The rest of the commit message is then used for this.
Copy file name to clipboardExpand all lines: README.md
+33-33Lines changed: 33 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@
2
2
3
3
Native AngularJS datetime picker directive styled by Twitter Bootstrap 3
4
4
5
-
[](https://gitter.im/dalelotts/angular-bootstrap-datetimepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
+
[](https://gitter.im/dalelotts/angularjs-bootstrap-datetimepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=F3FX5W6S2U4BW&lc=US&item_name=Dale%20Lotts&item_number=angular%2dbootstrap%2ddatetimepicker¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted"Donate one-time to this project using Paypal")
I know this is a tiny directive but many people use it in production (high 5 to all of us) - if you happen to use this directive please click the star button (at the top of the page) - it means a lot to all the contributors.
@@ -42,7 +42,7 @@ bower.json file to allow wiredep to use this directive.
42
42
43
43
```json
44
44
"overrides": {
45
-
"angular-bootstrap-datetimepicker": {
45
+
"angularjs-bootstrap-datetimepicker": {
46
46
"main": [
47
47
"src/js/datetimepicker.js",
48
48
"src/js/datetimepicker.templates.js",
@@ -128,24 +128,24 @@ Make sure Chrome is available or change the browsers setting in karma.config.js
This view allows the user to select a specific time of day, in the selected hour.
550
550
By default, the time is displayed in 5 minute increments. The <code>minuteStep</code> property controls the increments of time displayed.
551
551
If the minute view is the minView, which is is by default, the date will be set to the beginning of the hour on the day selected.
552
552
553
553
## Contributing
554
554
555
-
See [Contributing.md](https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/.github/contributing.md)
555
+
See [Contributing.md](https://github.com/dalelotts/angularjs-bootstrap-datetimepicker/blob/master/.github/contributing.md)
556
556
557
557
## License
558
558
559
-
angular-bootstrap-datetimepicker is released under the MIT license and is copyright 2015 Knight Rider Consulting, Inc.. Boiled down to smaller chunks, it can be described with the following conditions.
559
+
angularjs-bootstrap-datetimepicker is released under the MIT license and is copyright 2015 Knight Rider Consulting, Inc.. Boiled down to smaller chunks, it can be described with the following conditions.
560
560
561
561
## It requires you to:
562
562
563
-
* Keep the license and copyright notice included in angular-bootstrap-datetimepicker's CSS and JavaScript files when you use them in your works
563
+
* Keep the license and copyright notice included in angularjs-bootstrap-datetimepicker's CSS and JavaScript files when you use them in your works
564
564
565
565
## It permits you to:
566
566
567
-
* Freely download and use angular-bootstrap-datetimepicker, in whole or in part, for personal, private, company internal, or commercial purposes
568
-
* Use angular-bootstrap-datetimepicker in packages or distributions that you create
567
+
* Freely download and use angularjs-bootstrap-datetimepicker, in whole or in part, for personal, private, company internal, or commercial purposes
568
+
* Use angularjs-bootstrap-datetimepicker in packages or distributions that you create
569
569
* Modify the source code
570
-
* Grant a sublicense to modify and distribute angular-bootstrap-datetimepicker to third parties not included in the license
570
+
* Grant a sublicense to modify and distribute angularjs-bootstrap-datetimepicker to third parties not included in the license
571
571
572
572
## It forbids you to:
573
573
574
-
* Hold the authors and license owners liable for damages as angular-bootstrap-datetimepicker is provided without warranty
575
-
* Hold the creators or copyright holders of angular-bootstrap-datetimepicker liable
576
-
* Redistribute any piece of angular-bootstrap-datetimepicker without proper attribution
574
+
* Hold the authors and license owners liable for damages as angularjs-bootstrap-datetimepicker is provided without warranty
575
+
* Hold the creators or copyright holders of angularjs-bootstrap-datetimepicker liable
576
+
* Redistribute any piece of angularjs-bootstrap-datetimepicker without proper attribution
577
577
* Use any marks owned by Knight Rider Consulting, Inc. in any way that might state or imply that Knight Rider Consulting, Inc. endorses your distribution
578
578
* Use any marks owned by Knight Rider Consulting, Inc. in any way that might state or imply that you created the Knight Rider Consulting, Inc. software in question
579
579
580
580
## It does not require you to:
581
581
582
-
* Include the source of angular-bootstrap-datetimepicker itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it
583
-
* Submit changes that you make to angular-bootstrap-datetimepicker back to the angular-bootstrap-datetimepicker project (though such feedback is encouraged)
582
+
* Include the source of angularjs-bootstrap-datetimepicker itself, or of any modifications you may have made to it, in any redistribution you may assemble that includes it
583
+
* Submit changes that you make to angularjs-bootstrap-datetimepicker back to the angularjs-bootstrap-datetimepicker project (though such feedback is encouraged)
584
584
585
-
The full angular-bootstrap-datetimepicker license is located [in the project repository](https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/LICENSE) for more information.
585
+
The full angularjs-bootstrap-datetimepicker license is located [in the project repository](https://github.com/dalelotts/angularjs-bootstrap-datetimepicker/blob/master/LICENSE) for more information.
0 commit comments