Maybe a silly inquiry, but I'm curious about the purpose of having value="" in this particular situation:
<input ng-model="something.name" value="" class="input-xlarge" />
Are there any alternatives to keeping the value attribute empty? I initially thought it was associated with input types like "text" or "password".