From 39b80e16a03b7453cd8211f293176be0a58d9a37 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 4 Dec 2016 20:21:53 -0500 Subject: updated lang python script to a common one --- www/js/NewsCtrl.js | 1 + www/js/app.js | 2 ++ 2 files changed, 3 insertions(+) (limited to 'www/js') diff --git a/www/js/NewsCtrl.js b/www/js/NewsCtrl.js index f6709320..e1e030ec 100644 --- a/www/js/NewsCtrl.js +++ b/www/js/NewsCtrl.js @@ -94,6 +94,7 @@ angular.module('zmApp.controllers').controller('zmApp.NewsCtrl', ['$scope', '$ro } } + window.open(item, '_blank', 'location=yes'); return false; }; 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 -- cgit v1.2.3