// 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' }