dart - AngularDart Element onResize event not linked to window -
i'm working on responsive, full-width layout , need element processing when size changes. has not linked window, size can change without window size being modified e.g. changing number of columns.
i'm working angulardart directives , components , nice have directive say, "resizable" implements such event element.
i've come across attributechanged() method in dart element class don't know how tap without creating custom elements.
Comments
Post a Comment