2015-04-06 17:50:08 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Cadoles - Formation Angular</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
<link href="../cadoles-theme.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript">
|
|
|
|
SLIDES = [
|
|
|
|
'cover',
|
|
|
|
'plan',
|
|
|
|
'spa',
|
|
|
|
'angular',
|
2015-04-09 00:19:37 +02:00
|
|
|
'angular-1',
|
2015-04-06 17:50:08 +02:00
|
|
|
'app-basique',
|
|
|
|
'liaison-donnees-1',
|
|
|
|
'modules',
|
|
|
|
'controleurs',
|
|
|
|
'scope-1',
|
|
|
|
'scope-2',
|
|
|
|
'scope-3',
|
|
|
|
'scope-4',
|
2015-04-07 22:38:36 +02:00
|
|
|
'services-1',
|
|
|
|
'services-2',
|
2015-04-08 23:22:53 +02:00
|
|
|
'directives-1',
|
|
|
|
'directives-2',
|
|
|
|
'directives-3',
|
|
|
|
'directives-4',
|
|
|
|
'directives-5',
|
2015-04-09 20:36:17 +02:00
|
|
|
'filtres-1',
|
|
|
|
'filtres-2',
|
|
|
|
'filtres-3',
|
2015-04-09 23:11:56 +02:00
|
|
|
'creation-directives-1',
|
|
|
|
'creation-directives-2',
|
|
|
|
'creation-directives-3',
|
|
|
|
'creation-directives-4',
|
|
|
|
'routage-1',
|
|
|
|
'routage-2',
|
|
|
|
'routage-3',
|
2015-04-10 01:46:41 +02:00
|
|
|
'ng-resource-1',
|
|
|
|
'ng-resource-2',
|
2015-04-10 00:30:02 +02:00
|
|
|
'projet-outils-1',
|
|
|
|
'projet-outils-2',
|
|
|
|
'projet-outils-3',
|
|
|
|
'projet-outils-4',
|
2015-04-10 01:01:21 +02:00
|
|
|
'projet-outils-5',
|
2015-04-09 20:36:17 +02:00
|
|
|
'questions',
|
|
|
|
'licence'
|
2015-04-06 17:50:08 +02:00
|
|
|
];
|
|
|
|
</script>
|
|
|
|
<script src="../bower_components/remark/out/remark.js"></script>
|
|
|
|
<script src="../slideshow-bootstrap.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|