nopower.js 347 Bytes
Newer Older
manxiaoqiang committed
1 2 3 4 5 6 7 8 9
(function(){
    angular.module("app.manage")
        .controller("nopowerCtrl",["$rootScope","$scope","HttpService","ToolService","$filter","UtilService",nopowerCtrl]);

    function nopowerCtrl($rootScope,$scope,HttpService,ToolService,$filter,UtilService){
    	//$rootScope.mainMenu = 'behavior';
    	//alert($rootScope.pagePath);
    }
})();