lint errors corrected

This commit is contained in:
Carlos Jimenez 2018-08-29 08:13:54 +02:00
parent 2e8f8109e7
commit cad4f1617a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
vn-id="sampleType"
field="$ctrl.clientSample.typeFk"
model="ClientSample.typeFk"
select-fields=["id","description","code","hasCompany"]
select-fields="['id','description','code','hasCompany']"
url="/client/api/Samples"
show-field="description"
value-field="id"