mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
(js) Improve sg-search directive
Will now respect the "listRequiresDot" source parameter and uses ng-messages to show an error if the minimum number of characters is not reached. Fixes #438, #3464
This commit is contained in:
@@ -86,6 +86,10 @@
|
||||
/* SoUser */
|
||||
- (NSString *) shortUserNameForDisplay;
|
||||
|
||||
/* Common defaults and settings */
|
||||
- (int) minimumSearchLength;
|
||||
- (NSString *) minimumSearchLengthLabel;
|
||||
|
||||
/* labels */
|
||||
- (NSString *) labelForKey:(NSString *)_key;
|
||||
- (NSString *) commonLabelForKey:(NSString *)_key;
|
||||
|
||||
Reference in New Issue
Block a user