Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Route Name

I have left and right button at header in iconic app
ng-click in index and its function with scope

now I need to know the current page/Route name on clicking the header button to get next action by this button

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Route Name

any news?
I have button in index and ng-click in scope function
Now I am in another page I need to navigate to another page by this header common button

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Route Name

Hello Amirul,

Please see an example here how to set a name (title) for the page: https://blog.appery.io/2015/09/how-to...

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Route Name

How to get CurrentPageName
or orginalPathName

$route = Appery.get("$route")

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Route Name

Hi how to get CurrentPageName in ionic app

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Route Name

Please use the vanilla JS for that:
prevar pageName = document.getElementsByClassName("aio-empty-screen")[0].getAttribute("active-screen");/pre

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Route Name

showing null.I am using ionic

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Route Name

Please set the page name to the global scope variable on each page's init function

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Route Name

How to add Side menu/Slide menu in ionic App?

Amirul Momenin
Posts: 0
Joined: Tue Apr 08, 2014 3:42 am

Route Name

Hi My client is asking to add slide menu on existing ionic app.How is this possible?

Return to “Issues”