We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5391dc commit ffaadafCopy full SHA for ffaadaf
README.md
@@ -15,7 +15,7 @@ To build run `gunt build`
15
16
## Examples
17
18
-Live demo : todo
+[Live demo](https://rawgithub.com/g00fy-/angular-datepicker/master/app/index.html)
19
20
21
##### defaults
app/index.html
@@ -8,6 +8,7 @@
8
<meta name="viewport" content="width=device-width">
9
<!-- build:css styles/main.css -->
10
<link rel="stylesheet" href="styles/bootstrap.css">
11
+ <link rel="stylesheet" href="../../dist/index.css"/>
12
<link rel="stylesheet" href="styles/style.css"/>
13
<!-- endbuild -->
14
</head>
0 commit comments