app.controller('CyddjCtrl', ['$scope', '$state', function ($scope, $state) { $scope.tiao = function () { $state.go('app.SampleRegister') } $scope.myData = [{ XH: '我很帅' }, { XH: '我很棒' }, { XH: '我很酷' }]; }])