home.controller.js 133B

123456
  1. angular.module('camotionAdmin')
  2. .controller('HomeController', ['$scope', '$state',
  3. function($scope, $state) {
  4. }]);