AngularJS ile bir input parametresini sadece read only yani input girilmesini nasıl engelleyebilirim?
comments
1 references
// Comments are closed.
AngularJS ile bir input parametresini sadece read only yani input girilmesini nasıl engelleyebilirim?
// Comments are closed.
ng-readonly=”true“ ile yapılmaktaymış,
<input type=”text” ng-model=”….” id=… class=”……..” ng-readonly=”true” />