Skip to content

Commit

Permalink
feature/native-transtions-swipe — Swipe back deactivated for iOS (not…
Browse files Browse the repository at this point in the history
… interesting in this app).
  • Loading branch information
jeandat committed Feb 18, 2016
1 parent a688fd5 commit 7048dfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
.config(httpInterceptors)
.config(imgCache);

function appConfig($compileProvider, $log) {
function appConfig($compileProvider) {

$log.info('Angular bootstrapped');
console.info('Angular bootstrapped');

// Remove angular debug info in DOM when compiling for production
$compileProvider.debugInfoEnabled(false);
Expand Down Expand Up @@ -140,6 +140,7 @@
function ionicConfig($ionicConfigProvider) {
$ionicConfigProvider.spinner.icon('dots');
$ionicConfigProvider.views.transition('none');
$ionicConfigProvider.views.swipeBackEnabled(false);
}

function ionicNativeTransitions($ionicNativeTransitionsProvider){
Expand Down

0 comments on commit 7048dfa

Please sign in to comment.