Today, AngularJS isn't doing what I expect. I've auto-generating a really long
form in Django, and adding ng-model attributes so I can summarise the form.
Unfortunately, Angular is overwriting my defaults. Here's a shortened example:
<html>
<head>
</head>
<body>
<form ng-app="testApp" ng-controller="TestCtrl">
<select name="colour" ng-model="colour">
<option …