| | |
| | | if(result.data.data.reservationNotifyTime === "realTime"){ |
| | | $scope.vm.form.realtimeNotify = true; |
| | | }else{ |
| | | $scope.vm.form.reservationNotifyTime = result.data.data.reservationNotifyTime; |
| | | $scope.vm.form.reservationNotifyTime = ""; |
| | | } |
| | | } |
| | | else { |
| | |
| | | <div ng-show="vm.form.projectManagerYN" class="row"> |
| | | <div class="col-sm-6"> |
| | | <div class="form-group"> |
| | | <label for="userModifyForm3"><span translate="users.setEmailNotificationTime">이메일 알림 시간 설정</span> <code class="highlighter-rouge">*</code></label> |
| | | <label for="userModifyForm3"><span translate="users.setEmailNotificationTime">이메일 알림 시간 설정</span> |
| | | <!--<code class="highlighter-rouge">*</code>--> |
| | | </label> |
| | | |
| | | <input class="form-control" |
| | | type="checkbox" |