Fix role autocomplete

This commit is contained in:
James Allen 2014-07-07 16:25:18 +01:00
parent 5d62775ab6
commit c542116b41

View file

@ -460,7 +460,7 @@ block content
ng-model="userInfoForm.role",
placeholder='Role',
ng-blur="sendUpdate()",
typeahead="role for role in roles"
typeahead="role for role in roles | filter:$viewValue"
)
.modal-footer
button.btn.btn-info(ng-click="done()") Done