index.js 179 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 (function () { "use strict"; angular.module("xn.page", []) .controller("IndexController",["$scope", function($scope) { $scope.$emit('navShow',1); }]) })();