How to add more than one function in ng-change?
Sample code:
<div class="col-md-2">
<select id="sel2" ng-model="updateUser.user.state" name="state"
ng-change="change(); updateUser.user.city=''"
data-role="listview" required>
<option value="">Select State</option>
</select>
</div>