OK,
Is it then possible to make it such that when the slider is moved, and the change event is called to take the new value but then cancel the update. I can then do a post to the server of the caught value, which will then be fed back to the model via its periodic update?
Something like a directive jx-noupdate. In effect a 1-way binding?
Angular only seem to have a one time binding, no 1-way binding.