You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I Used md-chips directive inside form tag. If Select the value using enter button ng-click event automatically fires. Here sendInmail() function is also executed while select value using enter button how to solve this one?
Hi, @prakash290. I couldn't reproduce the issue, but you can get the event.target value in your sendMail() function and depending on it you can prevent unnecessary action.
Hi @BogdanRusinka . I couldn't get event object inside sendmail(event) function. It is undefined.
This function is present in controller. So i couldn't get event object.
Another Error : While press down key in dropdown
Uncaught TypeError: Cannot read property 'scrollIntoView' of null
Hi I Used md-chips directive inside form tag. If Select the value using enter button ng-click event automatically fires. Here sendInmail() function is also executed while select value using enter button how to solve this one?
Here I pasted the HTML form.
md-chips collection='mdchipsFormatedContacts' ng-model='selectedUsers' md-title='title' md-thumbnail='thumbnailUrl' md-subtitle='subtitle' md-item='items' disabled='false' unique='true'"
input type="text" class="form-control" id="inputPassword3" placeholder="Subject" ng-model="composemail.subject"
button class="btn btn-success" ng-click="sendInmail()" Send button
The text was updated successfully, but these errors were encountered: