8 lines
223 B
JavaScript
8 lines
223 B
JavaScript
{
|
|
code: 'app.test.hello',
|
|
url: '/test/hello',
|
|
templateUrl: '../views/test_hello.html',
|
|
data: { title : 'Hello' },
|
|
controller: 'TestHelloCtrl',
|
|
resolve: ['scripts/controllers/test_hello.js']
|
|
} |