home.js 293 B

1234567891011
  1. /**
  2. * @ngdoc function
  3. * @name sentinelDashboardApp.controller:MainCtrl
  4. * @description
  5. * # MainCtrl
  6. * Controller of the sentinelDashboardApp
  7. */
  8. angular.module('sentinelDashboardApp')
  9. .controller('HomeCtrl', ['$scope', '$position', function ($scope, $position) {
  10. // do noting
  11. }]);