@@ -7,23 +7,23 @@ Desgined to be as simple as possible in order to afford intuitive interactions.
77Converted into an angular directive for your convenience :)
88
99## Demo
10- Click <a href =" https://rawgit.com/g1eb/angular-datetime-input /master/ " target =" _blank " >here</a > for a live demo.
10+ Click <a href =" https://rawgit.com/g1eb/angular-datetime-inputs /master/ " target =" _blank " >here</a > for a live demo.
1111
1212### Date input
13- [ <img src =" https://raw.githubusercontent.com/g1eb/angular-datetime-input /master/images/date.png " alt =" Angular directive datetime input - date input " width =" 300px " >] ( https://rawgit.com/g1eb/angular-datetime-input /master/ )
13+ [ <img src =" https://raw.githubusercontent.com/g1eb/angular-datetime-inputs /master/images/date.png " alt =" Angular directive datetime input - date input " width =" 300px " >] ( https://rawgit.com/g1eb/angular-datetime-inputs /master/ )
1414
1515### Time input
16- [ <img src =" https://raw.githubusercontent.com/g1eb/angular-datetime-input /master/images/time.png " alt =" Angular directive datetime input - time input " width =" 300px " >] ( https://rawgit.com/g1eb/angular-datetime-input /master/ )
16+ [ <img src =" https://raw.githubusercontent.com/g1eb/angular-datetime-inputs /master/images/time.png " alt =" Angular directive datetime input - time input " width =" 300px " >] ( https://rawgit.com/g1eb/angular-datetime-inputs /master/ )
1717
1818### Datetime input
19- [ <img src =" https://raw.githubusercontent.com/g1eb/angular-datetime-input /master/images/datetime.png " alt =" Angular directive datetime input - datetime input " width =" 300px " >] ( https://rawgit.com/g1eb/angular-datetime-input /master/ )
19+ [ <img src =" https://raw.githubusercontent.com/g1eb/angular-datetime-inputs /master/images/datetime.png " alt =" Angular directive datetime input - datetime input " width =" 300px " >] ( https://rawgit.com/g1eb/angular-datetime-inputs /master/ )
2020
2121## Install
2222
23- 1 ) Install 'angular-datetime-input ' with bower
23+ 1 ) Install 'angular-datetime-inputs ' with bower
2424
2525```
26- bower install angular-datetime-input
26+ bower install angular-datetime-inputs
2727```
2828
2929or with npm
@@ -32,12 +32,12 @@ or with npm
3232npm install angular-datetime-inputs
3333```
3434
35- 2 ) Add 'g1b.datetime-input ' module to your app config
35+ 2 ) Add 'g1b.datetime-inputs ' module to your app config
3636
3737
3838``` javascript
3939angular .module (' myApp' , [
40- ' g1b.datetime-input ' ,
40+ ' g1b.datetime-inputs ' ,
4141 ......
4242])
4343```
0 commit comments