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

Commit

Permalink
chore(timepicker): add bind-once
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Jul 19, 2015
1 parent 493510d commit 9c2a8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/timepicker/timepicker.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<table>
<tbody>
<tr class="text-center" ng-show="showSpinners">
<tr class="text-center" ng-show="::showSpinners">
<td><a ng-click="incrementHours()" class="btn btn-link"><span class="glyphicon glyphicon-chevron-up"></span></a></td>
<td>&nbsp;</td>
<td><a ng-click="incrementMinutes()" class="btn btn-link"><span class="glyphicon glyphicon-chevron-up"></span></a></td>
Expand Down

0 comments on commit 9c2a8db

Please sign in to comment.