Skip to content

Commit

Permalink
fix(README): updated live demo
Browse files Browse the repository at this point in the history
  • Loading branch information
g00fy- committed Nov 12, 2013
1 parent f5391dc commit ffaadaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To build run `gunt build`

## Examples

Live demo : todo
[Live demo](https://rawgithub.com/g00fy-/angular-datepicker/master/app/index.html)


##### defaults
Expand Down
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="viewport" content="width=device-width">
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="styles/bootstrap.css">
<link rel="stylesheet" href="../../dist/index.css"/>
<link rel="stylesheet" href="styles/style.css"/>
<!-- endbuild -->
</head>
Expand Down

1 comment on commit ffaadaf

@burib
Copy link

@burib burib commented on ffaadaf Nov 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still not fixed, you need to go with "../dist/index.css" instead.
Also please add style.css to app/styles folder, and glyphicons-halflings.png to app/img folder.

Please sign in to comment.