7.AngularJSにおける命令ng-switch
563 ワード
-
{{item}}
-
{{item}}
var app = angular.module('app',[]);
app.controller('wmxController',['$scope',function ($scope) {
$scope.array = ['html','css','js','jq'];
}])