File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ Add the css:
51
51
52
52
``` html
53
53
<link rel =" stylesheet" href =" components/bootstrap/docs/assets/css/bootstrap.css" >
54
- <link rel =" stylesheet" href =" components/angular-bootstrap-datetimepicker/css/datetimepicker.css" />
54
+ <link rel =" stylesheet" href =" components/angular-bootstrap-datetimepicker/src/ css/datetimepicker.css" />
55
55
```
56
56
57
57
Load the script files in your application:
58
58
``` html
59
59
<script type =" text/javascript" src =" components/moment/moment.js" ></script >
60
60
<script type =" text/javascript" src =" components/bootstrap/docs/assets/js/bootstrap.js" ></script >
61
61
<script type =" text/javascript" src =" components/angular/angular.js" ></script >
62
- <script type =" text/javascript" src =" components/angular-bootstrap-datetimepicker/js/datetimepicker.js" ></script >
62
+ <script type =" text/javascript" src =" components/angular-bootstrap-datetimepicker/src/ js/datetimepicker.js" ></script >
63
63
```
64
64
65
65
Add the date module as a dependency to your application module:
You can’t perform that action at this time.
0 commit comments