iss #19 - Fix panel update when IT service property changed.

This commit is contained in:
Alexander Zobnin
2015-07-27 18:23:12 +03:00
parent 126e50a171
commit b61e715d6a

View File

@@ -67,7 +67,7 @@
<li class="tight-form-item input-medium">IT service property</li>
<li>
<select class="tight-form-input input-medium"
ng-change="selectSLAProperty()"
ng-change="selectITService()"
ng-model="target.slaProperty"
ng-options="slaProperty.name for slaProperty in slaPropertyList track by slaProperty.name">
<option value="">-- Property --</option>