test(ionicConfig): update config tests

This commit is contained in:
Adam Bradley
2014-11-15 12:36:02 -06:00
parent 0ecbf801b2
commit 05be19d3ad
2 changed files with 14 additions and 16 deletions

View File

@@ -386,7 +386,7 @@ IonicModule
run: function(step) {
provider.transitions.views.android(enteringEle, leavingEle, false, false).run(step);
}
}
};
};
provider.transitions.navBar.none = function(enteringHeaderBar, leavingHeaderBar) {
@@ -395,7 +395,7 @@ IonicModule
provider.transitions.navBar.ios(enteringHeaderBar, leavingHeaderBar, false, false).run(step);
provider.transitions.navBar.android(enteringHeaderBar, leavingHeaderBar, false, false).run(step);
}
}
};
};