Happy New Year!
This commit is contained in:
miroman-afk
2021-12-29 13:17:03 +03:00
parent 1a7808f75b
commit 2702c4b6e9
31 changed files with 2013 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
{
code: 'app.dashboard',
url: '/dashboard',
templateUrl: '../views/dashboard/dashboard.html',
data : { title: 'Рабочий стол' },
controller: 'DashboardCtrl',
resolve: ['scripts/controllers/dashboard.js', 'chart']
},
{
code: 'app.v1.reimport',
url: '/v1/reimport',