cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to navigate between two .js views not using shell?

Former Member
0 Likes
299

Hi everyone,

I'm developing a web application and what I want to do now is navigating between two js views.

When I use shell to do that I found I don't need the original style of shell like the black area or logout button.

So my question is how could I navigate between two js views and not use shell?

Thanks!

Cassie

View Entire Topic
Former Member
0 Likes

Hi Cassie,

if you are declaring the page dynamically in index.html

you can use app.to("pageid");

Regards

Siddhartha