When using the number pipe like
<span>{{order.total | number:'.2-2'}}</span>
I get the following error on Chrome 35 or older:
EXCEPTION: TypeError: Cannot redefine property: length in [{{order.total | number:'.2-2'}} in ...]
Intl polyfill is in place.
When using the number pipe like
<span>{{order.total | number:'.2-2'}}</span>I get the following error on Chrome 35 or older:
EXCEPTION: TypeError: Cannot redefine property: length in [{{order.total | number:'.2-2'}} in ...]Intl polyfill is in place.