angular-flip icon indicating copy to clipboard operation
angular-flip copied to clipboard

External Flipping

Open kareemaismail opened this issue 9 years ago • 1 comments

Is there a way using the current implementation to flip externally? What I mean by this is other than clicking on the element. My intent is to programmatically trigger the flip animation.

kareemaismail avatar Feb 01 '16 13:02 kareemaismail

Sure! Directive watches expression passed to the "flipped" attribute of "flip" directive. See the first example at https://github.com/lemming/angular-flip/blob/master/index.html.

lemming avatar Feb 04 '16 04:02 lemming