Last active
August 29, 2015 14:01
-
-
Save jpotts18/5827bd839311ddcd5475 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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