Skip to content

Commit

Permalink
added ng-model to rule units
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Morris committed Apr 13, 2017
1 parent c9ab57c commit 33ad76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/categories/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>
<div class="col s4">
<select>
<option ng-repeat="unit in units" value="{{unit}}" ng-selected="rule.units == unit">{{unit}}</option>
<option ng-repeat="unit in units" value="{{unit}}" ng-selected="rule.units == unit" ng-model="rule.units">{{unit}}</option>
</select>
</div>
</div>
Expand Down

0 comments on commit 33ad76b

Please sign in to comment.