-
Notifications
You must be signed in to change notification settings - Fork 1
Registration
Robby Ronk edited this page Jul 24, 2013
·
3 revisions
-
The user must be authorized before registering. (Check in resolve)
-
The app must create a registration if none exists for the conference. (Do this in resolve)
-
The app must create an answer for each question block that does not have one. (Do this in resolve)
-
All of the pages should exist in the DOM.
-
All of the pages should be wrapped in a single
form
tag, to determine if the whole registration is valid. -
All of the pages should each be wrapped in a
ng-form
directive, to determine if the page is valid. -
Only one page must be visible at a time.
-
All of the blocks should each be wrapped in a
ng-form
directive, to determine if the block is valid.
- Blocks will not interact with the page scope or the registration scope to update an answer.