Experiencing the same problem with the date, percent, and currency pipes when using them in a template—
For example, I'm using a simple percent pipe:
{{ .0237| percent:'1.2-2' }}
It works when running on Chrome, but when I deploy to an iOS device, it throws this error:
"EXCEPTION: ReferenceError: Can't find variable: Intl in [{{ {{ .0237| percent:'1.2-2' }} ..."
Has anyone else run into this problem? Any suggestions or help would be greatly appreciated! Thanks!
移步原文
iOS百分比管道问题
本文描述了一个使用百分比管道在iOS设备上遇到的问题。当在模板中使用百分比管道时,部署到iOS设备后会抛出错误。该问题在Chrome浏览器上不会出现。
8132

被折叠的 条评论
为什么被折叠?



