标签: angularjs twig
有一种方法可以写:
<th ng-show=" {{ 'item._type' }} != null"> Type</th>
和树枝部分:
{% include "@fileName" with item: 'entity' %}
现在它给了我错误:
Unexpected token "punctuation" of value ":" ("end of statement block" expected).