国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

angular.js - How does angularjs elegantly implement an activation style that triggers one of multiple buttons?
世界只因有你
世界只因有你 2017-05-15 17:02:24
0
1
665

As shown in the picture, there are three buttons. Click any one of them and the button will turn into a blue background, and the other two buttons will return to the default white color

<button type="button" class="btn" ng-click='toggle()' ng-class='active'>按鈕1</button>
<button type="button" class="btn " ng-click='toggle()'>按鈕2</button>
<button type="button" class="btn " ng-click='toggle()'>按鈕3</button>

In controller:

$scope.toggle=function(){
  ··· 
}
世界只因有你
世界只因有你

reply all(1)
劉奇

Little Elegance: demo

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template