Working with ng-model and input-type=range

You need to use dot notation. When you just use “numberSelection”, you do not get 2 way binding. You get simple inheritance.

Here is a working example.

2 Likes