这是一个付出了很多努力的人:
.picture{:"ng-repeat" => "picture in pictures"}
%h2 {{picture.title}}
%a{ :ng-href => "pictures/{{$index}}"}
%img{:src => "{{picture.url}}"
试着
%a{ :ng-href => "pictures/{{$index}}"}
%img{:src => "{{picture.url}}"
和%a{ :ng-href => "pictures/{{$index}}"}<
%img{:src => "{{picture.url}}"
>
但没有任何效果。在 haml 文档中找不到(这些文档太糟糕了......)回答我的问题。有谁知道如何把里面放在haml中?