You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 beforeng-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 :
I am using fancy box plus 1.0.3. There is a problem when using
ng-src
assrc
. Often, but not always, the fancy box directive seem to be executed beforeng-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>
The text was updated successfully, but these errors were encountered: