I have days option for user.
My expected output will be, when a user click submit
- if monday and tuesday is selected it should be
[1,2]
- if weekdays is selected it should be string
'weekdays'
I have too many restriction here because the api is heavily nested so I prefer to hardcode the days value. But I don't know how to proceed further. The only way I can think of is assign ng-model to every input and do push, but I feel that's not proper.
http://plnkr.co/edit/NfTgmsuZlGh6QUVZj8HG?p=preview
Need help.
You can try in this way also In Controller
in html
output: {{selection}}