In angularjs, I want to get the value of hidden input. eg:
<pre> <input type="hidden" name="captId" value="AqXpRshs9QHfxUbOWqMT" ng-model="captId"> </pre>
How to get the value of "hidden input" "AqXpRshs9QHfxUbOWqMT" using angularjs, not ajax or jquery.
angularjs input hidden
user3373877
source share