mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Removed dangling testing thingermabobber
This commit is contained in:
@ -76,7 +76,6 @@ angular.module('ionic.ui', ['ngTouch'])
|
|||||||
'</header>',
|
'</header>',
|
||||||
link: function(scope, element, attrs, navCtrl) {
|
link: function(scope, element, attrs, navCtrl) {
|
||||||
scope.goBack = function() {
|
scope.goBack = function() {
|
||||||
pageNumber--;
|
|
||||||
navCtrl.pop();
|
navCtrl.pop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user