suchen

Heim  >  Fragen und Antworten  >  Hauptteil

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

phpcn_u1582phpcn_u15822744 Tage vor533

Antworte allen(2)Ich werde antworten

  • PHP中文网

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

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

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

    Antwort
    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>

    Antwort
    0
  • StornierenAntwort