Ok, so I have seen a bunch of these questions here, though I must be missing something trivial.
Please have a look at this Plunkr
In it there is a simple controller that sets an image url. There is also a directive that loads in the template from a script tag.
I have set it up so that the directive changes the imageUrl after 2 seconds though I don't see any of the two-way binding occurring. the image should change, as well as the text.
Can anyone please explain what I am missing here?
i also tried the timeout in the controller too.
any help is appreciated.