Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Include `build/angular-datepicker.js` in your application:
```HTML
<script src="angular-datepicker.js"></script>
```

Include `build/themes/default.css`, `build/themes/default.date.css`, and `build/themes/default.time.css` in your application:

```HTML
<link rel="stylesheet" href="themes/default.css">
<link rel="stylesheet" href="themes/default.date.css">
<link rel="stylesheet" href="themes/default.time.css">
```

Add the module `angular-datepicker` as a dependency to your app module:

Expand Down