File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html ng-app ="ExampleApp ">
3
3
< head >
4
4
< title > Datetime input UI element for AngularJS</ title >
5
- < link rel ="stylesheet " type ="text/css " href ="src /datetime-input.css ">
5
+ < link rel ="stylesheet " type ="text/css " href ="dist /datetime-input.css ">
6
6
< meta name ="viewport " content ="width=500,user-scalable=0 ">
7
7
< style >
8
8
body {
21
21
22
22
< script src ="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.0/angular.min.js " charset ="utf-8 "> </ script >
23
23
< script src ="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.12.0/moment.min.js " charset ="utf-8 "> </ script >
24
- < script src ="src /datetime-input.js "> </ script >
24
+ < script src ="dist /datetime-input.js "> </ script >
25
25
26
26
< script >
27
27
angular . module ( 'ExampleApp' , [ 'g1b.datetime-input' ] ) .
You can’t perform that action at this time.
0 commit comments