-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·311 lines (241 loc) · 11.9 KB
/
index.html
File metadata and controls
executable file
·311 lines (241 loc) · 11.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Angular - was wir verpasst haben</title>
<link href='http://fonts.googleapis.com/css?family=Signika:700' rel='stylesheet' type='text/css'>
<link href="impress-demo.css" rel="stylesheet" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
</head>
<!--
Body element is used by impress.js to set some useful class names, that will allow you to detect
the support and state of the presentation in CSS or other scripts.
First very useful class name is `impress-not-supported`. This class means, that browser doesn't
support features required by impress.js, so you should apply some fallback styles in your CSS.
It's not necessary to add it manually on this element. If the script detects that browser is not
good enough it will add this class, but keeping it in HTML means that users without JavaScript
will also get fallback styles.
When impress.js script detects that browser supports all required features, this class name will
be removed.
The class name on body element also depends on currently active presentation step. More details about
it can be found later, when `hint` element is being described.
-->
<body class="impress-not-supported">
<!--
For example this fallback message is only visible when there is `impress-not-supported` class on body.
-->
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>
</div>
<div id="impress">
<div id="angular-next" class="step slide question" data-x="-1000" data-y="-1500">
<q>Angular - was wir verpasst haben</q>
</div>
<div class="step slide question" data-x="0" data-y="-1500">
<q>Agenda</q>
<p>
* Wo wir stehen geblieben sind<br>
* Was inzwischen passiert ist<br>
* Ausblick<br>
</p>
</div>
<div class="step slide" data-x="1000" data-y="-1500">
<q class=feature>Wo wir stehen geblieben sind</q>
<p>Version 1.1.4
</div>
<div class="step slide" data-x="2000" data-y="-1500">
<q class=feature>Was wir schon nutzen könnten</q>
<p>ngMobile - fast buttons auf Mobile Devices
</p>
</div>
<div class="step slide question" data-x="3000" data-y="-1500">
<q>Was haben wir alles verpasst?</q>
</div>
<div class="step slide" data-x="4000" data-y="-1500">
<p class=versions>
* 22. Mai - 1.1.5 triangle-squarification<br>
* 13. August - 1.2.0rc1 spooky-giraffe<br>
* 04. September - 1.2.0-rc.2 barehand-atomsplitting<br>
* 14. Oktober - 1.2.0-rc.3 ferocious-twitch<br>
* 08. November - 1.2.0 timely-delivery<br>
* 14. November - 1.2.1 underscore-empathy<br>
* <strong>22. November - 1.2.2 consciousness-inertia</strong>
</p>
</div>
<div class="step slide question" data-x="5000" data-y="-1500">
<q class=feature>Was gibt's neues?</q>
</div>
<!--
<div class="step slide" data-x="6000" data-y="-1500">
<p>
* <a href=http://angularjs.de/artikel/angularjs-animationen-ng-animate >Animations - alles neu. jetzt alles über addClass & CSS (conventions)</a>
</p>
</div>
-->
<div class="step slide" data-x="7000" data-y="-1500">
<q class>neue Directiven</q>
<p class=small>
* <span class=code>ngIf</span> - macht Gunnar glücklich<br>
* <span class=code>ngSrcset</span> - für jedes Device das richtige Bild<br>
* <span class=code>ngSwipe</span> - für Mobile<br>
* <a href="http://localhost:9001/shop/#/login"><span class=code>ngFocus</span> & <span class=code>ngBlur</span></a><br>
* <a href="http://localhost:9001/shop/#/login"><span class=code>ngCopy, ngCut, ngPaste</span></a>
</p>
</div>
<div class="step slide animations" data-x="8000" data-y="-1500">
<q class=feature><a href="http://plnkr.co/edit/SZljRItnL986V821M7Ck?p=preview">Animations - alles neu.</a></q>
<pre>
<div class="some-element" ng-if="on">
Content ...
</div>
</pre>
<pre>
.some-element.ng-enter {
transition: 1s linear all;
opacity: 0;
}
.some-element.ng-enter.ng-enter-active {
opacity: 1;
}
</pre>
</div>
<div class="step slide" data-x="9000" data-y="-1500">
<q>$q Upgrades</q>
<p class=small>
* <span class=code>$q.always()</span> - kein nerviges $then(done, done) mehr<br>
* <span class=code><s>$q.always</s></span> heisst jetzt <span class=code>$q.finally</span><br>
* <span class=code>$q.catch()</span> - kein .then(null, errorHandler) mehr<br>
* promise notification - als 3en then() parameter <span class=code>then(successCallback, errorCallback, notifyCallback)</span>
</p>
</div>
<div class="step slide" data-x="10000" data-y="-1500">
<p>
* <span class=code><s>ngMobile</s></span> heißt jetzt <span class=code>ngTouch</span>
</p>
</div>
<div class="step slide" data-x="11000" data-y="-1500">
<s><q class>"private" Properties</q></s>
<p>
* <a href="https://github.com/angular/angular.js/commit/4ab16aaaf762e9038803da1f967ac8cb6650727d">in 1.2.1 reverted</a>
</p>
</div>
<div class="step slide" data-x="12000" data-y="-1500">
<p>
* <a href="http://localhost:9001/shop/#/login">Source Maps für angular minified files - Debugging auf Produktion</a>
</p>
</div>
<div class="step slide" data-x="13000" data-y="-1500">
<p>
* <a href="http://localhost:9001/shop/#/login">bessere Error Messages</a>
</p>
</div>
<div class="step slide question" data-x="16000" data-y="-1500">
<q>Wo es in Zukunft hingehen wird</q>
</div>
<div class="step slide" data-x="17000" data-y="-1500">
<q>Angular <span class=red>♥</span> ECMAScript 6</q>
</div>
<div class="step slide" data-x="18000" data-y="-1500">
<p>
* Angular modules => ES6 modules<br>
* Module in eigene Resourcen (Files)<br>
** $http => angular-http.js<br>
** $filter => angular-filter.js<br>
</p>
</div>
<div class="step slide" data-x="19000" data-y="-1500">
<p>
<a href="http://localhost:9001/shop/#/login">Directiven mit Shadow DOM</a>
</p>
</div>
<div class="step slide" data-x="20000" data-y="-1500">
<q>Binding<q>
<p>
* heute: dirty check & $apply()<br>
* in Zukunft Object.observe()
</p>
</div>
<div class="step slide" data-x="21000" data-y="-1500">
<q>Quellen<q>
<p class=very-small>
* <a href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md">https://github.com/angular/angular.js/blob/master/CHANGELOG.md</a><br>
* <a href="https://docs.google.com/presentation/d/1Gv-dvU-yy6WY7SiNJ9QRo9XayPS6N2jtgWezdRpoI04/edit?pli=1#slide=id.ge845cf80_027">https://docs.google.com/presentation/d/1Gv-dvU-yy6WY7SiNJ9QRo9XayPS6N2jtgWezdRpoI04/edit?pli=1#slide=id.ge845cf80_027</a>
</p>
</div>
</div>
<!--
Hint is not related to impress.js in any way.
But it can show you how to use impress.js features in creative way.
When the presentation step is shown (selected) its element gets the class of "active" and the body element
gets the class based on active step id `impress-on-ID` (where ID is the step's id)... It may not be
so clear because of all these "ids" in previous sentence, so for example when the first step (the one with
the id of `bored`) is active, body element gets a class of `impress-on-bored`.
This class is used by this hint below. Check CSS file to see how it's shown with delayed CSS animation when
the first step of presentation is visible for a couple of seconds.
...
And when it comes to this piece of JavaScript below ... kids, don't do this at home ;)
It's just a quick and dirty workaround to get different hint text for touch devices.
In a real world it should be at least placed in separate JS file ... and the touch content should be
probably just hidden somewhere in HTML - not hard-coded in the script.
Just sayin' ;)
-->
<!--
Last, but not least.
To make all described above really work, you need to include impress.js in the page.
I strongly encourage to minify it first.
In here I just include full source of the script to make it more readable.
You also need to call a `impress().init()` function to initialize impress.js presentation.
And you should do it in the end of your document. Not only because it's a good practice, but also
because it should be done when the whole document is ready.
Of course you can wrap it in any kind of "DOM ready" event, but I was too lazy to do so ;)
-->
<script src="impress.js"></script>
<script>impress().init();</script>
<!--
The `impress()` function also gives you access to the API that controls the presentation.
Just store the result of the call:
var api = impress();
and you will get three functions you can call:
`api.init()` - initializes the presentation,
`api.next()` - moves to next step of the presentation,
`api.prev()` - moves to previous step of the presentation,
`api.goto( idx | id | element, [duration] )` - moves the presentation to the step given by its index number
id or the DOM element; second parameter can be used to define duration of the transition in ms,
but it's optional - if not provided default transition duration for the presentation will be used.
You can also simply call `impress()` again to get the API, so `impress().next()` is also allowed.
Don't worry, it wont initialize the presentation again.
For some example uses of this API check the last part of the source of impress.js where the API
is used in event handlers.
-->
</body>
</html>
<!--
Now you know more or less everything you need to build your first impress.js presentation, but before
you start...
Oh, you've already cloned the code from GitHub?
You have it open in text editor?
Stop right there!
That's not how you create awesome presentations. This is only a code. Implementation of the idea that
first needs to grow in your mind.
So if you want to build great presentation take a pencil and piece of paper. And turn off the computer.
Sketch, draw and write. Brainstorm your ideas on a paper. Try to build a mind-map of what you'd like
to present. It will get you closer and closer to the layout you'll build later with impress.js.
Get back to the code only when you have your presentation ready on a paper. It doesn't make sense to do
it earlier, because you'll only waste your time fighting with positioning of useless points.
If you think I'm crazy, please put your hands on a book called "Presentation Zen". It's all about
creating awesome and engaging presentations.
Think about it. 'Cause impress.js may not help you, if you have nothing interesting to say.
-->
<!--
Are you still reading this?
For real?
I'm impressed! Feel free to let me know that you got that far (I'm @bartaz on Twitter), 'cause I'd like
to congratulate you personally :)
But you don't have to do it now. Take my advice and take some time off. Make yourself a cup of coffee, tea,
or anything you like to drink. And raise a glass for me ;)
Cheers!
-->