From b74b73bca473ee7f5f2794be0b35550fe60253aa Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 10 Dec 2015 11:46:56 -0500 Subject: [PATCH] (js) Focus to new calendar/contact category field Fixes #172 --- UI/Templates/PreferencesUI/UIxPreferences.wox | 6 ++++-- .../js/Preferences/PreferencesController.js | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/UI/Templates/PreferencesUI/UIxPreferences.wox b/UI/Templates/PreferencesUI/UIxPreferences.wox index 0995c9881..ce0a757e8 100644 --- a/UI/Templates/PreferencesUI/UIxPreferences.wox +++ b/UI/Templates/PreferencesUI/UIxPreferences.wox @@ -364,7 +364,8 @@ + ng-model="app.preferences.defaults.SOGoCalendarCategories[$index]" + sg-focus-on="calendarCategory_{{$index}}"/> + ng-model="app.preferences.defaults.SOGoContactsCategories[$index]" + sg-focus-on="contactCategory_{{$index}}"/>