summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-26 15:31:48 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-09-26 15:31:48 +0200
commit2fb77d49d2ec25d2d4202b61921d6c03ad9856fd (patch)
treefe00c8c98bff6c533d20d9232fe99e069e693a3c /templates
parentfb3026b19cb6c304163665ed9c33b7be87416253 (diff)
Tooltip to top
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/addressBookList.html2
1 files changed, 1 insertions, 1 deletions
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}}" />
<input type="submit" value="" class="newAddressBookSubmit inline-button icon-confirm action pull-right"
ng-disabled="newAddressBookForm.$invalid || newAddressBookForm.$pristine" />
</form>