How can I use 'on-release' for a input range value, in case of multiple range inputs and ng-repeat?

I’am using Angular.js and Ionic Framework. Is it possible to use ‘on-release’ for multiple range inputs at the same time when using ng-repeat?

It works fine for one touch, but when using two ranges simultaneously only the first one returns to the value 0 on release.

Here is my example.

html
image

controller
image

Any ideas how to fix this?