Skip to content

Instantly share code, notes, and snippets.

View frnwtr's full-sized avatar
🦧

Walter Franchetti frnwtr

🦧
View GitHub Profile
@Hengjie
Hengjie / example.haml.html
Created September 26, 2013 11:55
How to use Mailcheck.js with AngularJS https://github.com/Kicksend/mailcheck/
%input{:name => "email", :type => "email", :"ng-model" => "email"}(mailcheck)/
%small.ng-cloak.mailcheck{:"ng-show" => "mailcheck.suggested"}
Did you mean
%a{:"ng-click" => "mailcheck.select()", :href => "#"}
%span.address> {{mailcheck.suggestion.address}}
@
%span.domain> {{mailcheck.suggestion.domain}}
?