AngularJS 101

by sirfizx

HTML

<div ng-app>
Type in a number from 0 to 9.
</br>
<input type='text' data-ng-model = 'number' />
</br><img ng-src="http://c.tadst.com/gfx/countdown/numbers/{{number}}.png" width='20'/>
</br>
<svg height="200" width="200">
  <circle cx="100" cy="100" r={{number}}{{number}} stroke="black" stroke-width="3" fill="red" />
</svg>
</div>