summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-12-04 20:21:53 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-12-04 20:21:53 -0500
commit39b80e16a03b7453cd8211f293176be0a58d9a37 (patch)
tree5a7c450c11fef988cbffdf7ae56ade7f04e42948 /www/js/app.js
parent353e1d5ecd686d64e1a6166116e7653cd0bc1295 (diff)
updated lang python script to a common one
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index ad474df8..4de2426f 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1823,6 +1823,8 @@ angular.module('zmApp', [
//$httpProvider.defaults.withCredentials = true;
$httpProvider.interceptors.push('timeoutHttpIntercept');
$ionicConfigProvider.navBar.alignTitle('center');
+ //$ionicConfigProvider.backButton.text('').icon('ion-chevron-left');
+ //$ionicConfigProvider.backButton.text('').icon('ion-chevron-left').previousTitleText(false);
// use overflow-scroll=false in ion-content
// removing it here doesn't allow you to enable it per view
// so it messes up scrolldelegate zoom and possibly others