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
I want to fire function when item selected from autocomplete drop down. without using ng-click. <angucomplete-alt id="Te1" placeholder="Please type name of template " pause="100" maxlength="20" input-changed="test" selected-object="Temp" local-data="myTemplate" search-fields="NAME" title-field="NAME" minlength="0"input-class="form-control form-control-small" match-class="highlight"> </angucomplete-alt> <button ng-show="Temp" ng-click="TemplateE5()"> </button>
The text was updated successfully, but these errors were encountered:
I want to fire function when item selected from autocomplete drop down. without using ng-click.
<angucomplete-alt id="Te1" placeholder="Please type name of template " pause="100" maxlength="20" input-changed="test" selected-object="Temp" local-data="myTemplate" search-fields="NAME" title-field="NAME" minlength="0"input-class="form-control form-control-small" match-class="highlight"> </angucomplete-alt> <button ng-show="Temp" ng-click="TemplateE5()"> </button>
The text was updated successfully, but these errors were encountered: