Logo

GitLab

Sign in

platform / common-customization

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • common-customization
  • ..
  • controllers
  • index.js
  • init
    b277533e
    冯海洋 authored
    2018-05-15 10:35:41 +0800  
    Browse Code »
index.js 179 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7
(function () {
    "use strict";
    angular.module("xn.page", [])
    .controller("IndexController",["$scope", function($scope) {
        $scope.$emit('navShow',1);
    }])
})();