Sorry , could you please help me to implement this routing with angular onsen or other way you can !
unfortunately i haven’t got much time to do it .
thanks.
Saeedpadyab
@Saeedpadyab
Posts made by Saeedpadyab
-
RE: Routing between pages with angular ui-router
-
Routing between pages with angular ui-router
Hello guys .
I am trying to have a routing for may pages with angular ui router (Database Driven App)
below tree is my pages that come from server . i am creating a state for them dynamically
then creating template for each page and append to body .
Root Templates :<template id="page1"> </template> <template id="page2"> </template> <template id="page3"> </template> // it has a tab navigator inside itself <template id="page4"> </template> // it has a splitter or side menu inside itself
- page 1
- page 2
- page 3 ( tanavigator )
- page 3-1
- page 3-2 - page 4 ( splitter )
- page 4-1
- page 4-2 (tab navigator)
- page 4-2-1
My question is how can i manage routing for these pages ?
for example i want to show user the page 4-1 at first .
OR
How can route from page 3-1 to page page 4-2-1 ?
Thanks
Best Regards -
RE: Programmatically set active tab of ons-tabbar
@Fran-Diox Hi , I am trying to create my angular js onsen app that it has a navigator and 2 template that first template has got side and other tabbar inside itself . i must say that i am creating dynamic them . i know that addition to navigator there are 2 inner navigation for side and tabbar . so my question is how can i route between ons-pages that exist inside templates . for example i am in settings page in tabbar that it has a button for navigato to home page that exist in side menu content .
-
div with 100% width inside ons-page
when ever i add a div with style="width : 100% " inside the <ons-page > , width of the div became over the width of ons page
,
.