From 2fb77d49d2ec25d2d4202b61921d6c03ad9856fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 26 Sep 2017 15:31:48 +0200 Subject: Tooltip to top MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- templates/addressBookList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/addressBookList.html b/templates/addressBookList.html index 7047795c..2ddfd3d4 100644 --- a/templates/addressBookList.html +++ b/templates/addressBookList.html @@ -7,7 +7,7 @@ ng-model="ctrl.newAddressBookName" type="text" ng-minlength="1" autocomplete="off" autocorrect="off" spellcheck="false" tooltip-enable="!newAddressBookForm.$pristine" required ng-pattern="ctrl.addressBookRegex" tooltip-is-open="newAddressBookForm.$invalid && !newAddressBookForm.$error.required" tooltip-trigger="none" - tooltip-placement="right" uib-tooltip="{{ctrl.t.regexError}}" /> + tooltip-placement="top" uib-tooltip="{{ctrl.t.regexError}}" /> -- cgit v1.2.3