Skip to content

Commit

Permalink
Hosting: shuttleManagement, minimum of schedule length is 3
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Feb 16, 2019
1 parent 2dfbd95 commit bcc8100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/assets/view/shuttleManagement.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h4>현재 [{{ routineName }}]에 속한 [{{ stationName }}]정류소의 시간

<md-list-item >
<p>END OF SCHEDULE</p>
<md-button ng-disabled="stationKey == '' || stationKey == undefined || routineKey == '' || routineKey == undefined" class="md-secondary" ng-click="submitSchedule(scheduleList)"><div class="fa fa-2x fa-check"></div></md-button>
<md-button ng-disabled="stationKey == '' || stationKey == undefined || routineKey == '' || routineKey == undefined || scheduleList.length < 3" class="md-secondary" ng-click="submitSchedule(scheduleList)"><div class="fa fa-2x fa-check"></div></md-button>
<md-button ng-disabled="stationKey == '' || stationKey == undefined || routineKey == '' || routineKey == undefined" class="md-secondary" ng-click="addSchedule()"><div class="fa fa-2x fa-plus"></div></md-button>
</md-list-item>
<md-divider></md-divider>
Expand Down

0 comments on commit bcc8100

Please sign in to comment.