1
vote
1answer
174 views

Directives isolated scope not working properly together with nested views? (AngularJS / UI Router)

I'm using ui-router in a AngularJS project where I have a nested view that contains a custom directive. This directive renders an input field (lets say a filter-field) and its value should be in sync ...