generate RegistrationState buttons from service data
[angular-drzb] / app / partials / verified.html.ep
index f3637fc..a5a541b 100644 (file)
@@ -13,7 +13,7 @@
 
 <select
        ng-model="registration.state"
-       ng-options="state for state in RegistrationState()"
+       ng-options="state for state in RegistrationState"
        class="my-label-select"
        label="<%= locale en => 'State', hr => 'Stanje' %>"
 >