Removed dangling testing thingermabobber

This commit is contained in:
Max Lynch
2013-09-19 14:18:52 -05:00
parent 16a34465f4
commit 4caa67d722

View File

@ -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();
} }
} }