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
There are a lot of use cases for this new updates, new messages and it lets the user know stuff is happening when they are on another tab.
Either an event or observable would communicate from the service to the directive to update the count. Then scopes and other services can call ngDynamicTitleService.setCount(int num) on various events to set the count.
This seems within the domain of this library that controls the web page </title> text.
The text was updated successfully, but these errors were encountered:
There are a lot of use cases for this new updates, new messages and it lets the user know stuff is happening when they are on another tab.
Either an event or observable would communicate from the service to the directive to update the count. Then scopes and other services can call
ngDynamicTitleService.setCount(int num)
on various events to set the count.This seems within the domain of this library that controls the web page
</title>
text.The text was updated successfully, but these errors were encountered: