The $mdStickyservice provides a mixin to make elements sticky.
| Returns |
Description |
|
|
A $mdSticky function that takes three arguments:
scope
element: The element that will be 'sticky'
elementClone: A clone of the element, that will be shown
when the user starts scrolling past the original element.
If not provided, it will use the result of element.clone().
|