mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 14:19:17 +08:00
Progress on #37
This commit is contained in:
@ -22,7 +22,7 @@ ionic.controllers.NavController = function(opts) {
|
||||
// TODO: Is this the best way?
|
||||
this.navBar.shouldGoBack = function() {
|
||||
_this.pop();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
ionic.controllers.NavController.prototype = {
|
||||
|
||||
Reference in New Issue
Block a user