1-12.Angular-tab 전환

1989 단어
1.ng-switch="type"추가ng-switch-when="html"
2.ng-mouseenter 추가 = "enter('html')"컨트롤러가 마우스 움직임을 감청
3.ng-class="{cur:type=='html'}"
모형



    
    Title
    



  • iOS
  • java
  • UI
![](images/01.png)
![](images/02.png)
![](images/03.png)
![](images/04.png)
//1. var app = angular.module('app', []); //2. app.controller('tabController', ['$scope', function ($scope) { $scope.name = ""; }]); //3. ng-app="app" //4. ng-controller="xmgController"

좋은 웹페이지 즐겨찾기