Tuesday, 14 February 2012

The version of Angular in the tutorials is 0.9.12, which doesn not support the select tag.

The line:

<script src="http://code.angularjs.org/angular-0.9.12.js" ng:autobind></script>

Needs to be:

<script src="http://code.angularjs.org/angular-0.9.19.js" ng:autobind></script>

No comments: