Sha256: f8d51bea2f4704835bd05bfcb298f97923ec2308afda4654b9d9e859ef433506
Contents?: true
Size: 486 Bytes
Versions: 21
Compression:
Stored size: 486 Bytes
Contents
import {State} from 'stateInjector'; @State( 'root.inner.registrations') export class RegistrationsState { constructor() { this.url = '^/sign-up'; this.controller = 'RegistrationsCtrl'; this.templateUrl = 'auth/registrations/registrations.tpl.html'; } } @State( 'root.inner.registrationsSuccess') export class RegistrationsSuccessState { constructor() { this.url = '^/signed-up'; this.templateUrl = 'auth/registrations/registrations-success.tpl.html'; } }
Version data entries
21 entries across 21 versions & 1 rubygems