Hide last authors
David Brazda 3.1 1 Úvodní stránka nové oblasti.
David Brazda 15.1 2
3 {{velocity}}
4 1$services.notification.watch.isEnabled()
5 2$services.notification.preferences.hasAnyEnabledNotificationPreferences()
6 3$services.notification.watch.isLocationWatchedWithAllEventTypes($scope)
7
8 'document': $services.notification.watch.isLocationWatched($doc)
9 'space': $services.notification.watch.isLocationWatched($doc.lastSpaceReference),
10 'wiki': $services.notification.watch.isLocationWatched($doc.wikiReference)
11
12 {{/velocity}}