Skip to content

Commit

Permalink
Fixed container temperature model name
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakapawar committed Feb 9, 2015
1 parent 7ec3f87 commit acc335c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/app/modules/administrative/container/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3 class="os-section-title">

<li class="item">
<strong class="key key-sm" translate="container.temperature">Temperature (In Celsius)</strong>
<os-inline-edit editor="temperatureEditor" name="temperature" class="value value-md" value="container.tempratureInCentigrade">
<os-inline-edit editor="temperatureEditor" name="temperature" class="value value-md" value="container.temperature">
<span ng-if="temperatureEditor.isDisplayMode()">{{temperatureEditor.viewValue | osNoValue}}</span>
<input ng-if="temperatureEditor.isEditMode()" type="number" ng-model="temperatureEditor.editValue" class="form-control">
</os-inline-edit>
Expand Down

0 comments on commit acc335c

Please sign in to comment.