2016-03-04 76 views
0

我有這樣的NG-重複:按鈕並不總是NG-重複內點擊

<div id="container" ng-app='two_way' ng-controller='two_way_control'> 
    <div ng-repeat="data in ids | orderBy:'amount'"> 
     <div class="row"> 
      <!--<div class="col s12 m6">--> 
      <center> 
       <div class="flipcard"> 
        <div class="card blue-grey darken-1"> 
         <div class="card-content white-text"> 
          <p>{{data.amount}} coin wager with {{data.posted_nickname}} 
          <button ng-click="joinflip(data.id)" class="right waves-effect waves-light btn"><i class="material-icons left">games</i>Play</button>     
         </div> 
        </div> 
       </div> 
      </center>   
     </div> 

    </div> 
</div> 

按鈕並不總是觸發功能,因爲當用戶將鼠標停留在其上,它的不斷令人耳目一新,感謝您的幫幫我!

+0

您可以創建[Plunker(https://plnkr.co/)或[的jsfiddle(http://jsfiddle.net/)? – Win

+0

並不是真的有很多圖層,我的問題在於,按鈕不斷刷新,因爲ng-repeat,這會讓用戶點擊它。 – iJamesPHP

+0

好吧,上面的代碼看起來不錯。我們如何能夠幫助你? – Win

回答

0

無法修復的,真丟人,不知道什麼是錯的