Skip to content

Commit

Permalink
demo(timepicker): update to angular 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss authored and pkozlowski-opensource committed Feb 8, 2014
1 parent 22ebd23 commit b7eb69e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/timepicker/docs/demo.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<div ng-controller="TimepickerDemoCtrl">

<div ng-model="mytime" ng-change="changed()" style="display:inline-block;">
<timepicker hour-step="hstep" minute-step="mstep" show-meridian="ismeridian"></timepicker>
</div>

<timepicker ng-model="mytime" ng-change="changed()" hour-step="hstep" minute-step="mstep" show-meridian="ismeridian"></timepicker>

<pre class="alert alert-info">Time is: {{mytime | date:'shortTime' }}</pre>
<pre class="alert alert-info">Time is: {{mytime | date:'shortTime' }}</pre>

<div class="row">
<div class="col-xs-6">
Expand Down

0 comments on commit b7eb69e

Please sign in to comment.