This is the error I get in the console:
"Uncaught Error: Syntax error, unrecognized expression: data-role=fieldcontain"
One more question on this topic. How can I pull a user's information different from the active user? I have the service with "{database_url}/users/{_id}" as the URL, I tried "{database_url}/users/{username}" and that didn't seem to work.
Thank you.
And to make it show again would be:
Apperyio("component_name").show();
Is that correct?