Hallo Forum,
ich bin neu in der angularjs-Welt. Ich möchte gerne wissen, ob man ohne einen Controller einfach den Inhalt (Value) eines inputs auslesen könnte. Wie z.B.:
<div ng-app>
<input type="text" ng-model="input" name="input" value="a" /> A <br />
<input type="select" ng-model="select">
<option>1</option>
<option>2</option>
<option>3</option>
</inpt>
</div>
Gruß