Chap 10 Route Flashcards

1
Q

ng-route

A

angular route optional framework

Other routing framework exists

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

$routeprovider

A

Allow to define routes in one place

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Routing options

A

$routeProvider.when(url,{template,templateurl,controller,controllerAs,resolve})

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Resolve

A

Manière d’exécuter et de terminer des tâches asynchrone avant le chargement d’une route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Url of single page application

A

http: //app.com/#/first/page
http: //app.com/!#/first/page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Quels sont les elements a declarer dans une directive?

A
  • priority
  • restrict. : EACM
  • template
  • templateUrl
  • link
  • scope
  • controller
How well did you know this?
1
Not at all
2
3
4
5
Perfectly