recherche

Maison  >  Questions et réponses  >  le corps du texte

angular.js - 怎样在使用ng-repeat属性的标签里面监听单个事件,使其能够单个改变CSS。

phpcn_u1582phpcn_u15822744 Il y a quelques jours532

répondre à tous(2)je répondrai

  • PHP中文网

    PHP中文网2017-05-15 17:01:36

    ng-click="note.bigger=true" ng-class="{ bigger : note.bigger }"
    
    
    

    http://stackoverflow.com/a/22685918/2586541

    répondre
    0
  • phpcn_u1582

    phpcn_u15822017-05-15 17:01:36

    <textarea ng-class="{handsome: note.clicked}" ng-click="note.clicked=true" ng-repeat="note in notes"></textarea>

    répondre
    0
  • Annulerrépondre