mainindex.js 262 B

1234567
  1. (function ($app) {
  2. 'use strict';
  3. $app.module('ylmis').controller('mainindexCtrl', function ($scope, $state, $filter, $alert, AuthUser, flowaudit, $http, $ocLazyLoad, $loading, $window, $modal, $bsRouterState, $timeout) {
  4. });
  5. })(angular);