| 12345678910 |
- /**
- * @ngdoc function
- * @name sentinelDashboardApp.controller:MainCtrl
- * @description
- * # MainCtrl
- * Controller of the sentinelDashboardApp
- */
- angular.module('sentinelDashboardApp')
- .controller('DashboardCtrl', ['$scope', '$position', function ($scope, $position) {
- }]);
|