main.js 281 B

12345678910
  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('DashboardCtrl', ['$scope', '$position', function ($scope, $position) {
  10. }]);