Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navigate question #4

Closed
scamacho opened this issue Oct 15, 2013 · 3 comments
Closed

navigate question #4

scamacho opened this issue Oct 15, 2013 · 3 comments
Labels

Comments

@scamacho
Copy link

Hello,
great code base you have here thanks! Just a question. For some reason I can not get navigation working. I have tried many options such as
ng-click=$navigate.go('/pg1')
ng-tap=$navigate.go('/pg1')

I can't seem to figure out what's going wrong as I have it working in another set of code I use. Is it not possible for it to work in chrome browser? (or with ripple extention installed)
example:
test
Doesn't go any anwhere.

Any advice would be greatly appreciated. I'm sure it's something very trivial. Is there another way you need to do it in your app base?

thanks,

@calvinl
Copy link
Owner

calvinl commented Oct 15, 2013

Hi, can you include some code examples? It sounds like you're using https://github.com/ajoslin/angular-mobile-nav, no? You may have better luck asking there, since ng-phonegap is primarily a convenience tool for quickly bootstrapping an angular app on PhoneGap.

@scamacho
Copy link
Author

Yes, sorry I was so involved in trying to make it work, I failed to recall that angular-mobile-nav wasn't something you had in there by default. I will head on over there.
In the case of your bootstrap, are you simply suggesting to use page clicks without page transitions? (slide, fade, etc).

@calvinl
Copy link
Owner

calvinl commented Oct 16, 2013

@scamacho I'm not suggesting anything, actually. I simply provided a way to manage your AngularJS project. You're free to add any module that you want to your project. The only ones I've included by default are ngTouch and ngRoute.

@calvinl calvinl closed this as completed Oct 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants