angular-mobile-nav
angular-mobile-nav copied to clipboard
An angular navigation service for mobile applications
Hi, Issues comes up with bootstrap Bootstrap 3 Styling with bootstrap classes support. Pls suggest.
AngularJS v1.5.0,Not compatible.My God!
When I click at different buttons to navigate back and forth to different pages, this library is loading all the views together. I see that div with "mb-page mb-out" style...
I am building an app and my pages are fairly heavy with many dom elements, that is kind of unavoidable. My problem is similar to issue #27 . When navigating...
It has been really nice, this is not a serious problem: take your demo as an example, if a user visits http://ajoslin.github.io/angular-mobile-nav/#/two directly, the go-back button will not repond any...
Hi, I am trying to implement this in my angular application which uses ui-router. I am not able to get this to work. Error in console is ``` https://docs.angularjs.org/error/$injector/unpr?p0=$routeProvider%20%3C-%20$route%20%3C-%20$navigate ```...
I added support for query parameters, e.g. $navigate.go('/my/path', {name : 'john dow'}); results in #/my/path?name=john%20down transistion and isReverse still work, the new paraeter is optional. interface of go() method is...
The very first page should not be added to the history because this causes navHistory.length to be 1 and asides from inconsistencies with nav.eraseHistory => 0 this leads to nav.back...
I had difficulty of losing any dynamic content after new page is pushed. Because this library doesn't manage pages with stack, it simply replace `mobile-view` with new page. By adding...
Addresses following issue: CSS animations are supported by Android devices — but only if a single property is changed. As soon as you try to animate more than one property...