setting.js 202 Bytes
(function () {
    "use strict";
    var app= angular.module("xn.page", []);
    app.controller("SettingIndexController",["$scope",function($scope) {
        $scope.$emit('navShow',2);
    }]);
})();