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 22< html ng-app ="ExampleApp ">
33< head >
44 < 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 ">
66 < meta name ="viewport " content ="width=500,user-scalable=0 ">
77 < style >
88 body {
2121
2222 < script src ="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.0/angular.min.js " charset ="utf-8 "> </ script >
2323 < 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 >
2525
2626 < script >
2727 angular . module ( 'ExampleApp' , [ 'g1b.datetime-input' ] ) .
You can’t perform that action at this time.
0 commit comments