How can angular js watch attributes on custom directive in order to accept angular values to be bind
Here is what I have so far:
Just watch the value instead of dataValue.
value
dataValue
attrs.$observe('value', function (val) { ...