angular.mailcheck
Reduce user-misspelled email addresses in your angular forms.
Requirements
Load into your app
You can get it from Bower
bower install angular.mailcheck
or npm
npm install angular.mailcheck
Load the script files in your application:
Add the specific module to your dependencies:
angular
Usage examples
Did you mean {{vm.suggestion.full}}? <!-- Pass options with tf-mailcheck-options --><!-- Options: https://github.com/mailcheck/mailcheck#usage-without-jquery --> Did you mean {{vm.suggestion2.full}}?