Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
some improvments of demo html
Browse files Browse the repository at this point in the history
  • Loading branch information
zolotyh committed Dec 9, 2015
1 parent 66f74e8 commit cda9838
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions documentation/index.html
Expand Up @@ -30,10 +30,11 @@ <h1>
<hr /> <hr />
<div class="row"> <div class="row">
<div class="col-sm-2" > <div class="col-sm-2" >
<kk-timepicker settings="ctrl.settings" ng-disabled="ctrl.disabled" ng-model="ctrl.time"></kk-timepicker> <kk-timepicker settings="ctrl.settings1" ng-disabled="ctrl.disabled"
ng-model="ctrl.time1"></kk-timepicker>
</div> </div>
<div class="col-sm-2"> <div class="col-sm-2">
{{ ctrl.time }} {{ ctrl.time1 }}
<div> <div>
<input type="checkbox" ng-model="ctrl.disabled"> <input type="checkbox" ng-model="ctrl.disabled">
</div> </div>
Expand Down Expand Up @@ -74,6 +75,8 @@ <h1>
return date; return date;
} }
}; };
ctrl.settings1 = {
}
}); });
</script> </script>
</body> </body>
Expand Down

0 comments on commit cda9838

Please sign in to comment.