Hello,
I followed this tutorial https://blog.appery.io/2015/08/buildi... and created to-do App successfully.
Now, I'm trying to implement the following tutorial (Chat app) in the same App (https://blog.appery.io/2015/12/how-to...).
I followed all the steps. One step I'm a bit dubious about, is index page, since both share the same, I'm not sure how to add Chat app to the same index page. For example, there is already function init with the code below exist for the to-app
pre
$scope.visionStatus = {};
$scope.header = {};
$scope.header.title = "Tasks";
/pre
The code above for to-do functionality. I added also to the index page (user variable of the type user as per the tutorial).
Currently when I test Chat functionality, the landing page is 'NamePrompt', and key in the name, but when I click 'Chat' button, nothing occurs. There is no errors in the console.
I'm a bit clueless as if the to-do functionality has anything to do with this.
Please advise!