app.controller('uibDropDownMenuCtrl', ['$scope', function ($scope) { $scope.aData = ["1关于我们", "招聘我们", "我要买单", "我请客"]; }])