Fix ng-model inside settings to get value from controller
Opened this issue · 0 comments
Roeefl commented
ng-model="$storage.retrieveRandom" should not be static but rather get it's value from the controller like the rest of the attributes of the input, but I can't get it to work.