Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
demo(datepicker): fix tag name in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Aug 5, 2013
1 parent 290b268 commit f6aa26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker/docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<pre>Selected date is: <em>{{dt | date:'fullDate' }}</em></pre>

<div class="well well-small pull-left" ng-model="dt">
<datepicker min="minDate" show-weeks="showWeeks"></datepciker>
<datepicker min="minDate" show-weeks="showWeeks"></datepicker>
</div>

<div class="form-horizontal">
Expand Down

0 comments on commit f6aa26b

Please sign in to comment.