mirror of https://github.com/akveo/blur-admin
parent
d54a39deeb
commit
edb7f3975b
@ -1,15 +0,0 @@
|
||||
/**
|
||||
* @author v.lugovksy
|
||||
* created on 16.12.2015
|
||||
*/
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
angular.module('BlurAdmin.pages.dashboard')
|
||||
.service('dashboardTodo', dashboardTodo);
|
||||
|
||||
/** @ngInject */
|
||||
function dashboardTodo() {
|
||||
|
||||
}
|
||||
})();
|
Loading…
Reference in new issue