I want passing variables to AngularJS directive without using isolated scope. I need this variables are updated, and not static. I read this example, the last answer:
Directive scope attributes without an isolated scope in AngularJS
But it works only with string, and not object.