Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Last active August 29, 2015 14:01
Show Gist options
  • Save jpotts18/5827bd839311ddcd5475 to your computer and use it in GitHub Desktop.
Save jpotts18/5827bd839311ddcd5475 to your computer and use it in GitHub Desktop.
state('root.auth.home.locks', {
abstract: true,
url: 'locks',
templateUrl: FILE_ROOT + 'components/home/Locks/LocksCtrl.html',
controller: 'LocksCtrl'
}).
state('root.auth.home.locks.edit', {
url: 'locks/edit',
templateUrl: FILE_ROOT + 'components/home/Locks/LockEdit.html',
controller: 'LocksCtrl'
}).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment