Skip to content

Commit

Permalink
dnk: use services-list module instead <input>
Browse files Browse the repository at this point in the history
  • Loading branch information
danuk committed Jul 31, 2019
1 parent c66f19c commit d7a53b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_html/angular/app/views/user_service_edit.html
Expand Up @@ -12,7 +12,7 @@ <h4 class="modal-title">{{ title }}</h4>
<div class="form-group">
<label class="col-sm-2 control-label">Услуга</label>
<div class="col-sm-8">
<input type="text" ng-model="data.name" class="form-control" readonly="readonly">
<services-list id="data.service_id" readonly></services-list>
</div>
<div class="col-sm-2">
<a ng-click="editService(data.service_id)" class="btn btn-default"><i class="ti ti-info"></i></a>
Expand Down

0 comments on commit d7a53b3

Please sign in to comment.