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 played with the new <md-fab-toolbar> directive. I don't have an icon in my trigger button (only text) and I encountered this problem :
The result of var iconElement = el.querySelector('md-fab-trigger button md-icon'); is null. It triggers an exception in the runAnimation function (cannot read property style of null).