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
Be able to display ink effectes on a selection of element
When using ionicMaterialInk.displayEffect on controller, some .ink elements are update more than once.
This is not well optimized, specially when using list with inked items.
EXPECTED
If not undefined, options.selector is used to select inked elements.
The text was updated successfully, but these errors were encountered:
blavenie
changed the title
ionicMaterialInk.displayEffect() : use options.selector when defined
ionicMaterialInk.displayEffect() : use options.selector when defined
Mar 13, 2017
blavenie
added a commit
to e-is/Ionic-Material
that referenced
this issue
Mar 13, 2017
DESCRIPTION
Be able to display ink effectes on a selection of element
When using
ionicMaterialInk.displayEffect
on controller, some .ink elements are update more than once.This is not well optimized, specially when using list with inked items.
EXPECTED
If not undefined,
options.selector
is used to select inked elements.The text was updated successfully, but these errors were encountered: