Hi all,
Basically, I have a filter that takes a number and converts to a percentage. On ng-dblclick I want to toggle the truncation of the number.
Or toggle percent:true to percent:false
<div ng-dblclick="">{{ 12 / 59 | percent:true}}</div>
What is the best way to accomplish this?
Thanks in advanced!