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
When we use CTRL+SHIFT+R or Reload browser exits the full screen.
Instead of ng-show/ng-hide for show-if-fullscreen directive it would better if we use ng-if. Show that DOM will excute only if condition match. I am facing issue when we use div id to show flowplayer. if we use ng-show/ng-hide div with id will be create on page load but if we use ng-if div id creates based on conditional execution
The text was updated successfully, but these errors were encountered:
When we use CTRL+SHIFT+R or Reload browser exits the full screen.
Instead of ng-show/ng-hide for show-if-fullscreen directive it would better if we use ng-if. Show that DOM will excute only if condition match. I am facing issue when we use div id to show flowplayer. if we use ng-show/ng-hide div with id will be create on page load but if we use ng-if div id creates based on conditional execution
The text was updated successfully, but these errors were encountered: