This commit is contained in:
2020-12-24 11:38:16 +03:00
parent a0591c39a6
commit 899da1a967
5 changed files with 94 additions and 0 deletions

8
web/routes_min.js Normal file
View File

@@ -0,0 +1,8 @@
{
code: 'app.test.hello',
url: '/test/hello',
templateUrl: '../views/test_hello.html',
data: { title : 'Hello' },
controller: 'TestHelloCtrl',
resolve: ['scripts/controllers/test_hello.js']
}