Move states in separate files.
This commit is contained in:
11
src/operations/operation.states.ts
Normal file
11
src/operations/operation.states.ts
Normal file
@ -0,0 +1,11 @@
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
||||
|
||||
var operationsTmpl = require('./operations.html');
|
||||
|
||||
export const OperationListState = {
|
||||
name: 'operations',
|
||||
url: '/account/:accountId/operations',
|
||||
templateUrl: operationsTmpl,
|
||||
controller: 'OperationController',
|
||||
controllerAs: 'operationsCtrl'
|
||||
}
|
Reference in New Issue
Block a user