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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
I've created a directive for a global nav-bar for my app, which creates a toolbar with some default stuff, and then transcludes page-specific content (actions etc).
Having the md-toolbar with md-scroll-shrink="" does not work, though.
As far as I can see, it never catches the $mdContentLoaded event, because the event is broadcast before my directive has loaded.
Is this a fault in my design, or is this an error in the way md-toolbar works?