I want to use the onSelect event for my select tag instead of ng-change event.
I face some issue by using ng-change event on my code while I using update the onChange Function call automatically on set value in my update page and I have some calculation in that function so the calculation gets call automatically and many things connected with one function.
so I want to call function only when I select any value from select box please response if you have a proper good solution.