Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit d03ccfd

Browse files
committed
chore(project-name): Change project name to angularjs-...
1 parent bbce668 commit d03ccfd

40 files changed

+91
-91
lines changed

.github/contributing.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Contributing code
99
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.
1010

1111
```shell
12-
git clone https://github.com/dalelotts/angular-bootstrap-datetimepicker.git
13-
cd angular-bootstrap-datetimepicker
12+
git clone https://github.com/dalelotts/angularjs-bootstrap-datetimepicker.git
13+
cd angularjs-bootstrap-datetimepicker
1414
npm install
1515
git checkout -b my-fix-branch develop # all patches against develop branch, please!
1616
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:
3636
* `gulp css-lint` Lint the css files after generating.
3737
* `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)
3838

39-
# Contributing to angular-bootstrap-datetimepicker
39+
# Contributing to angularjs-bootstrap-datetimepicker
4040

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
4242
today! Here are the guidelines we'd like you to follow:
4343

4444
- [Question or Problem?](#question)
@@ -52,7 +52,7 @@ today! Here are the guidelines we'd like you to follow:
5252

5353
## <a name="question"></a> Got a Question or Problem?
5454

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].
5656

5757
## <a name="issue"></a> Found an Issue?
5858

@@ -143,7 +143,7 @@ Before you submit your pull request consider the following guidelines:
143143
git push origin my-fix-branch
144144
```
145145

146-
In GitHub, send a pull request to `angular-bootstrap-datetimepicker:develop`.
146+
In GitHub, send a pull request to `angularjs-bootstrap-datetimepicker:develop`.
147147
If we suggest changes, then:
148148

149149
* Make the required updates.
@@ -203,7 +203,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
203203
204204
We have very precise rules over how our git commit messages can be formatted. This leads to **more
205205
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**.
207207
208208
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.
209209
@@ -263,10 +263,10 @@ reference GitHub issues that this commit **Closes**.
263263
**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.
264264

265265

266-
[github]: https://github.com/dalelotts/angular-bootstrap-datetimepicker
267-
[gitter]: https://gitter.im/dalelotts/angular-bootstrap-datetimepicker
268-
[issues]: https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues
269-
[pulls]: https://github.com/dalelotts/angular-bootstrap-datetimepicker/pulls
266+
[github]: https://github.com/dalelotts/angularjs-bootstrap-datetimepicker
267+
[gitter]: https://gitter.im/dalelotts/angularjs-bootstrap-datetimepicker
268+
[issues]: https://github.com/dalelotts/angularjs-bootstrap-datetimepicker/issues
269+
[pulls]: https://github.com/dalelotts/angularjs-bootstrap-datetimepicker/pulls
270270
[momentI18N]: http://momentjs.com/docs/#/i18n/
271271

272272
[jsfiddle]: http://jsfiddle.net/

.github/issue_template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### Is this Support Question?
2-
A support question starts with `how`, `why`, or some other statement indicating you are trying to undertand how to use this directive.
2+
A support question starts with `how`, `why`, or some other statement indicating you are trying to understand how to use this directive.
33
For support questions, please use one of these channels:
4-
Gitter: https://gitter.im/dalelotts/angular-bootstrap-datetimepicker
5-
Stack Overflow: http://stackoverflow.com/search?q=angular-bootstrap-datetimepicker
4+
Gitter: https://gitter.im/dalelotts/angularjs-bootstrap-datetimepicker
5+
Stack Overflow: http://stackoverflow.com/search?q=angularjs-bootstrap-datetimepicker
66

77
**Support questions will be CLOSED without explanation.**
88

@@ -17,11 +17,11 @@ Comments like "+1" or "when will this be done?" will be ignored. Only 👍 react
1717

1818
**Duplicate issues will be CLOSED without explanation.**
1919

20-
Instructions: https://github.com/dalelotts/angular-bootstrap-datetimepicker/wiki/Reporting-Bugs
20+
Instructions: https://github.com/dalelotts/angularjs-bootstrap-datetimepicker/wiki/Reporting-Bugs
2121

2222
* __Overview of the Issue__ - if an error is being thrown a non-minified stack trace helps
2323
* __Motivation for or Use Case__ - explain why this is a bug for you
24-
* __angular-bootstrap-datetimepicker Version(s)__ - is it a regression?
24+
* __angularjs-bootstrap-datetimepicker Version(s)__ - is it a regression?
2525
* __Browsers and Operating System__ - is this a problem with all browsers or only specific ones?
2626
* __Link to a live example__ (Required) - provide a live example (using JSBin, Plunker or JSFiddle.
2727
* __Related Issues__ - has a similar issue been reported before?
@@ -30,6 +30,6 @@ Instructions: https://github.com/dalelotts/angular-bootstrap-datetimepicker/wiki
3030

3131
### Feature Requests
3232
Search the issue tracker for an existing ticket before creating a new one.
33-
Instructions: https://github.com/dalelotts/angular-bootstrap-datetimepicker/wiki/Requesting-Features
33+
Instructions: https://github.com/dalelotts/angularjs-bootstrap-datetimepicker/wiki/Requesting-Features
3434

3535
(Please erase the above text and begin typing. Thanks!)

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.jshintignore
44
.jshintrc
55
.travis.yml
6-
angular-bootstrap-datetimepicker.iml
6+
angularjs-bootstrap-datetimepicker.iml
77
bower_components
88
complexity
99
coverage

README.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
Native AngularJS datetime picker directive styled by Twitter Bootstrap 3
44

5-
[![Join the chat at https://gitter.im/dalelotts/angular-bootstrap-datetimepicker](https://badges.gitter.im/dalelotts/angular-bootstrap-datetimepicker.svg)](https://gitter.im/dalelotts/angular-bootstrap-datetimepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5+
[![Join the chat at https://gitter.im/dalelotts/angularjs-bootstrap-datetimepicker](https://badges.gitter.im/dalelotts/angularjs-bootstrap-datetimepicker.svg)](https://gitter.im/dalelotts/angularjs-bootstrap-datetimepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66
[![MIT License][license-image]][license-url]
7-
[![Build Status](https://travis-ci.org/dalelotts/angular-bootstrap-datetimepicker.png?branch=master)](https://travis-ci.org/dalelotts/angular-bootstrap-datetimepicker)
8-
[![Coverage Status](https://coveralls.io/repos/github/dalelotts/angular-bootstrap-datetimepicker/badge.svg?branch=master)](https://coveralls.io/github/dalelotts/angular-bootstrap-datetimepicker?branch=master)
9-
[![Dependency Status](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker.svg)](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker)
10-
[![devDependency Status](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker/dev-status.png)](https://david-dm.org/dalelotts/angular-bootstrap-datetimepicker#info=devDependencies)
7+
[![Build Status](https://travis-ci.org/dalelotts/angularjs-bootstrap-datetimepicker.png?branch=master)](https://travis-ci.org/dalelotts/angularjs-bootstrap-datetimepicker)
8+
[![Coverage Status](https://coveralls.io/repos/github/dalelotts/angularjs-bootstrap-datetimepicker/badge.svg?branch=master)](https://coveralls.io/github/dalelotts/angularjs-bootstrap-datetimepicker?branch=master)
9+
[![Dependency Status](https://david-dm.org/dalelotts/angularjs-bootstrap-datetimepicker.svg)](https://david-dm.org/dalelotts/angularjs-bootstrap-datetimepicker)
10+
[![devDependency Status](https://david-dm.org/dalelotts/angularjs-bootstrap-datetimepicker/dev-status.png)](https://david-dm.org/dalelotts/angularjs-bootstrap-datetimepicker#info=devDependencies)
1111
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
1212
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
1313
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
14-
[![Known Vulnerabilities](https://snyk.io/test/npm/angular-bootstrap-datetimepicker/badge.svg)](https://snyk.io/test/npm/angular-bootstrap-datetimepicker)
14+
[![Known Vulnerabilities](https://snyk.io/test/npm/angularjs-bootstrap-datetimepicker/badge.svg)](https://snyk.io/test/npm/angularjs-bootstrap-datetimepicker)
1515
[![PayPal donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=F3FX5W6S2U4BW&lc=US&item_name=Dale%20Lotts&item_number=angular%2dbootstrap%2ddatetimepicker&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted "Donate one-time to this project using Paypal")
16-
<a href="https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&amp;text=Check%20out%20this%20%23AngularJS%20directive%20that%20makes%20it%20dead%20simple%20for%20users%20to%20select%20dates%20%26%20times&amp;tw_p=tweetbutton&amp;url=https%3A%2F%2Fgithub.com%2Fdalelotts%2Fangular-bootstrap-datetimepicker&amp;via=dalelotts" target="_blank">
16+
<a href="https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&amp;text=Check%20out%20this%20%23AngularJS%20directive%20that%20makes%20it%20dead%20simple%20for%20users%20to%20select%20dates%20%26%20times&amp;tw_p=tweetbutton&amp;url=https%3A%2F%2Fgithub.com%2Fdalelotts%2Fangularjs-bootstrap-datetimepicker&amp;via=dalelotts" target="_blank">
1717
<img src="http://jpillora.com/github-twitter-button/img/tweet.png"></img>
1818
</a>
1919

20-
[Home / demo page](http://dalelotts.github.io/angular-bootstrap-datetimepicker/)
20+
[Home / demo page](http://dalelotts.github.io/angularjs-bootstrap-datetimepicker/)
2121

2222
## Support the project
2323
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.
4242

4343
```json
4444
"overrides": {
45-
"angular-bootstrap-datetimepicker": {
45+
"angularjs-bootstrap-datetimepicker": {
4646
"main": [
4747
"src/js/datetimepicker.js",
4848
"src/js/datetimepicker.templates.js",
@@ -128,24 +128,24 @@ Make sure Chrome is available or change the browsers setting in karma.config.js
128128
We use npm for dependency management, run
129129

130130
```shell
131-
npm install --save angular-bootstrap-datetimepicker
131+
npm install --save angularjs-bootstrap-datetimepicker
132132
```
133133

134-
This will copy the angular-bootstrap-datetimepicker files into your components folder, along with its dependencies.
134+
This will copy the angularjs-bootstrap-datetimepicker files into your components folder, along with its dependencies.
135135

136136
Add the css:
137137

138138
```html
139139
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.css">
140-
<link rel="stylesheet" href="node_modules/angular-bootstrap-datetimepicker/src/css/datetimepicker.css"/>
140+
<link rel="stylesheet" href="node_modules/angularjs-bootstrap-datetimepicker/src/css/datetimepicker.css"/>
141141
```
142142

143143
Load the script files in your application:
144144
```html
145145
<script type="text/javascript" src="node_modules/moment/moment.js"></script>
146146
<script type="text/javascript" src="node_modules/angular/angular.js"></script>
147-
<script type="text/javascript" src="node_modules/angular-bootstrap-datetimepicker/src/js/datetimepicker.js"></script>
148-
<script type="text/javascript" src="node_modules/angular-bootstrap-datetimepicker/src/js/datetimepicker.templates.js"></script>
147+
<script type="text/javascript" src="node_modules/angularjs-bootstrap-datetimepicker/src/js/datetimepicker.js"></script>
148+
<script type="text/javascript" src="node_modules/angularjs-bootstrap-datetimepicker/src/js/datetimepicker.templates.js"></script>
149149
```
150150

151151
Add the date module as a dependency to your application module:
@@ -318,11 +318,11 @@ When used within a Bootstrap dropdown and jQuery, the selector specified in drop
318318

319319

320320
## Working with ng-model
321-
The angular-bootstrap-datetimepicker directive requires ng-model and the picked date/time is automatically synchronized with the model value.
321+
The angularjs-bootstrap-datetimepicker directive requires ng-model and the picked date/time is automatically synchronized with the model value.
322322

323323
This directive also plays nicely with validation directives such as ng-required.
324324

325-
The angular-bootstrap-datetimepicker directive stores and expects the model value to be a standard javascript Date object.
325+
The angularjs-bootstrap-datetimepicker directive stores and expects the model value to be a standard javascript Date object.
326326

327327
## ng-required directive
328328
If you apply the required directive to element then the form element is invalid until a date is picked.
@@ -516,73 +516,73 @@ You can change the format by setting moment to the desired locale, or creating a
516516

517517
## Year view
518518

519-
![Datetimepicker year view](https://raw.github.com/dalelotts/angular-bootstrap-datetimepicker/master/screenshots/year.png)
519+
![Datetimepicker year view](https://raw.github.com/dalelotts/angularjs-bootstrap-datetimepicker/master/screenshots/year.png)
520520

521521
This view allows the user to select the year for the target date.
522522
If the year view is the minView, the date will be set to midnight on the first day of the year
523523

524524
## Month view
525525

526-
![Datetimepicker month view](https://raw.github.com/dalelotts/angular-bootstrap-datetimepicker/master/screenshots/month.png)
526+
![Datetimepicker month view](https://raw.github.com/dalelotts/angularjs-bootstrap-datetimepicker/master/screenshots/month.png)
527527

528528
This view allows the user to select the month in the selected year.
529529
If the month view is the minView, the date will be set to midnight on the first day of the month.
530530

531531
## Day view (Default)
532532

533-
![Datetimepicker day view](https://raw.github.com/dalelotts/angular-bootstrap-datetimepicker/master/screenshots/day.png)
533+
![Datetimepicker day view](https://raw.github.com/dalelotts/angularjs-bootstrap-datetimepicker/master/screenshots/day.png)
534534

535535
This view allows the user to select the the day of the month, in the selected month.
536536
If the day view is the minView, the date will be set to midnight on the day selected.
537537

538538
## Hour view
539539

540-
![Datetimepicker hour view](https://raw.github.com/dalelotts/angular-bootstrap-datetimepicker/master/screenshots/hour.png)
540+
![Datetimepicker hour view](https://raw.github.com/dalelotts/angularjs-bootstrap-datetimepicker/master/screenshots/hour.png)
541541

542542
This view allows the user to select the hour of the day, on the selected day.
543543
If the hour view is the minView, the date will be set to the beginning of the hour on the day selected.
544544

545545
## Minute view
546546

547-
![Datetimepicker minute view](https://raw.github.com/dalelotts/angular-bootstrap-datetimepicker/master/screenshots/minute.png)
547+
![Datetimepicker minute view](https://raw.github.com/dalelotts/angularjs-bootstrap-datetimepicker/master/screenshots/minute.png)
548548

549549
This view allows the user to select a specific time of day, in the selected hour.
550550
By default, the time is displayed in 5 minute increments. The <code>minuteStep</code> property controls the increments of time displayed.
551551
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.
552552

553553
## Contributing
554554

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)
556556

557557
## License
558558

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.
560560

561561
## It requires you to:
562562

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
564564

565565
## It permits you to:
566566

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
569569
* 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
571571

572572
## It forbids you to:
573573

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
577577
* 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
578578
* 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
579579

580580
## It does not require you to:
581581

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)
584584

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.
586586

587587

588588
## Donating

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* jshint node:true */
33

44
/**
5-
* @license angular-bootstrap-datetimepicker
5+
* @license angularjs-bootstrap-datetimepicker
66
* (c) 2013 Knight Rider Consulting, Inc. http://www.knightrider.com
77
* License: MIT
88
* @author Dale "Ducky" Lotts

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)