-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae13582
commit a64db37
Showing
4 changed files
with
51 additions
and
49 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<div class="12HourTimePickerChildDiv"> | ||
<div class="row"> | ||
<span class="button-small col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="increaseHours()"> | ||
<i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.hours" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="decreaseHours()"> | ||
<i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
<label class="col-10 timePickerColon"> : </label> | ||
<span class="button-small col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="increaseMinutes()"><i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.minutes" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="decreaseMinutes()"><i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
<label class="col-10 timePickerColon"> : </label> | ||
<span class="button-small col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="changeMeridian()"><i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.meridian" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="changeMeridian()"><i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
</div> | ||
<div class="row"> | ||
<span class="button-small col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="increaseHours()"> | ||
<i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.hours" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="decreaseHours()"> | ||
<i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
<label class="col-10 timePickerColon"> : </label> | ||
<span class="button-small col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="increaseMinutes()"><i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.minutes" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="decreaseMinutes()"><i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
<label class="col-10 timePickerColon"> : </label> | ||
<span class="button-small col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="changeMeridian()"><i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.meridian" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="changeMeridian()"><i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<div class="24HourTimePickerChildDiv"> | ||
<div class="row"> | ||
<span class="button-small col-offset-20 col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="increaseHours()"> | ||
<i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.hours" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="decreaseHours()"> | ||
<i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
<label class="col-10 timePickerColon"> : </label> | ||
<span class="button-small col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="increaseMinutes()"><i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.minutes" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="decreaseMinutes()"><i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
</div> | ||
<div class="row"> | ||
<span class="button-small col-offset-20 col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="increaseHours()"> | ||
<i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.hours" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="decreaseHours()"> | ||
<i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
<label class="col-10 timePickerColon"> : </label> | ||
<span class="button-small col-25"> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginBottom10" | ||
ng-click="increaseMinutes()"><i class="icon ion-chevron-up"></i></button> | ||
<input type="text" placeholder="" ng-model="time.minutes" class="ipBoxes timePickerBoxText" disabled> | ||
<button class="button button-clear button-small button-dark timePickerArrows marginTop10" | ||
ng-click="decreaseMinutes()"><i class="icon ion-chevron-down"></i></button> | ||
</span> | ||
</div> | ||
</div> |