angular.element('#number_of_uses').on('keypress' ,function(e){
alert(e)
})
can I do something like this? I did not get any error with above code. Hmm want to make sure the input equal to one if the it is empty.
angular.element('#number_of_uses').on('keypress' ,function(e){
alert(e)
})
can I do something like this? I did not get any error with above code. Hmm want to make sure the input equal to one if the it is empty.