I have to have two functions being operated by the onclick button I have coded this way but i am not sure its allowing the second function to work.
Any advice please will be greatly appreciated my code is as follows;
<a ui-sref=“yourDetails” id=“Upload-Button” value = “save” class=“button button-balanced button-block” onclick = “populateStorage(),retrieveStorage()”>Upload
It has to be designed through "ionic mobile app creator which is why the tag element of (<a ui-sref) is there because its meant to be.
Regards
Wilcombebolger