autocomplete
How may I fix autocomplete in ionic app.Pls help me faster
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How may I fix autocomplete in ionic app.Pls help me faster
Hello Amirul,
Appery.io doesn't have that functionality by default. Please use the specific directive for that, like: http://demo.vickram.me/angular-auto-c...
var button = document.getElementById(id);
button.addEventListener('click', function() {
Apperyio.navigateTo("PostInventory", {});
});
Redirect is not working.Only playing when I click twice
If I set alert I can see alert but not redirect
Not working
var button = document.getElementById(id);
button.addEventListener('click', function() {
Code: Select all
$scope.$apply( );
Apperyio.navigateTo("PostInventory", {});
//angular.element( document.querySelector( '#category' ) ).val('');
});
Hi that work when I set at end $scope.$apply( );