Hello all,
I've created a directive which includes an ng-src that expects an image url that comes asynchronously to the scope of the directive.
When the images gets loaded an I have the the url the directive does not show the image.
the directive template has something like that:
<img src="{{photoToBeLoaded}}">
and the $scope.photoToBeLoaded comes after a $
http.post.
Anyone know why?