-
Notifications
You must be signed in to change notification settings - Fork 44
/
index.html
23 lines (18 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<body>
<h1 id="slidesfrommyangularmeetuptalkatgoogle">Slides from <a href="http://www.meetup.com/AngularJS-MTV/events/159345962/">my Angular meetup talk</a> at Google</h1>
<a href="https://github.com/vicapow/angular-d3-talk/">fork the code here</a>
<p> By Victor Powell <a href="http://twitter.com/vicapow">@vicapow</a> </p>
<h2 id="demos">Demos</h2>
<p>all the demos can be found under <code>slides/demos</code>. here's a few quick lines to each</p>
<ul>
<li><a href="slides/demos/AI-editor/index.html">AI Editor</a></li>
<li><a href="slides/demos/a-donut-chart-editor/index.html">A Donut Chart Creator</a></li>
<li><a href="slides/demos/d3-intro/div-bar-chart.html">A DIV Bar Chart</a></li>
<li><a href="slides/demos/lets-make-a-donut-chart-directive/v9-using-a-controller-and-seperating-out-business-logic.html">Lets Make A Donut Chart</a></li>
<li><a href="slides/demos/life-expectancy/index.html">Life Expectancy</a></li>
<li><a href="slides/demos/responsive/index.html">Responsive</a></li>
</ul>
</body>
</html>