gpt4 book ai didi

angularjs - 是否可以在Angular属性中使用多条线?

转载 作者:行者123 更新时间:2023-12-03 08:04:18 25 4
gpt4 key购买 nike

是否可以在属性标签的Angular JS表达式中包含换行符?像这样的东西:

<p ng-repeat="
foo in foos
| filter:{attr: 'something really long'}
| orderBy:bar">
{{foo}}
</p>

编辑:澄清一下,上述方法不起作用。我想知道是否还有其他语法可以将这种表达式分成多行。

最佳答案

angular.js解析器将能够处理它,但是在将其交给解析器之前有一个快速的正则表达式检查(请参阅http://docs.angularjs.org/error/ngRepeat:iexp):

Be aware, the ngRepeat directive parses the expression using a regex before sending collection and optionally id to the AngularJS parser. This error comes from the regex parsing.



我提交了一个错误来放松此限制: https://github.com/angular/angular.js/issues/5537,同时您可以手工对其进行修补,它只有1个字符: m( /regex/m)。

关于angularjs - 是否可以在Angular属性中使用多条线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19589881/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com