Why a User-Centered Design process?
Concept & Sketches
Storyboards & Wireframes
Test & Analyse
Prototype & Build
Low Fidelity
High Fidelity
Cheap
Expensive
Pros
Cons
View
Controller
Factories & Services
Directives
Module
State
View
Controller
State
$stateProvider
.state('join', {
url: '/join',
controller: 'joinController',
templateUrl: '/join/join.html',
title: 'Join Kiwibank'
})
.state('join.register', {
url: '/register',
templateUrl: '/join/join.register.html',
title: 'Join Kiwibank - Enter your details'
})
.state('join.legal', {
url: '/legal',
controller: 'joinLegalController',
templateUrl: '/join/join.legal.html',
title: 'Join Kiwibank - Legal stuff'
})