I am in the process of creating a custom directive in AngularJS for a UI slider that can be used multiple times. Each slider should be able to bind to a specific property. My idea was to use an attribute called "property" which would automatically update when the slider changes, but I am unsure of the correct syntax or how to effectively listen for changes on that property.
Could someone provide guidance on this issue?