I am using fancy box plus 1.0.3. There is a problem when using ng-src as src. Often, but not always, the fancy box directive seem to be executed before ng-src has finished, resulting in a "The requested content cannot be loaded. Please try again later." message, not a popup. Is there any quick fix for this? Example :
<img ng-src="media/path/{{ item.img }}" fancyboxable>
I am using fancy box plus 1.0.3. There is a problem when using
ng-srcassrc. Often, but not always, the fancy box directive seem to be executed beforeng-srchas finished, resulting in a "The requested content cannot be loaded. Please try again later." message, not a popup. Is there any quick fix for this? Example :<img ng-src="media/path/{{ item.img }}" fancyboxable>