クリック中に ng-repeat 値を取得するのを手伝ってくれる人はいますか。
<ul ng-repeat="section in sections">
<li>
<a href='#'>{{section.name}}</a>
</li>
<ul>
クリック中に ng-repeat 値を取得するのを手伝ってくれる人はいますか。
<ul ng-repeat="section in sections">
<li>
<a href='#'>{{section.name}}</a>
</li>
<ul>
私が作成したこの例を見てください: http://jsbin.com/UWodob/1/ ng-click を使用すると、クリックされた項目の値を取得できます。