Currently, I am utilizing a directive to properly display currency format. You can find the directive at this URL: http://jsfiddle.net/ExpertSystem/xKrYp/
Is there a way to remove the dollar symbol from the output value and only retain the converted amount?
I have tried various methods, but unfortunately, none have achieved the desired outcome.
Below is the code snippet for the directive:
(Directive code is provided here)