We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all, I am new this, here using ng-repeat to render data. here I want to add @ who dropdown
I am trying like
<div ng-reapet ="user_data in data"> {{data.content}} <input type="text" ng-model="user_content" class="user_content" id="user_content" > </div> <script> $(function(){ $.fn.atwho.debug = true var jeremy = decodeURI("J%C3%A9r%C3%A9my") // Jérémy var names = ["Jacob","Isabella","Ethan","Emma",,"Emily","Daniel","Madison"]; var names = $.map(names,function(value,i) { return {'id':i,'name':value,'email':value+"@email.com"}; }); var emojis = $.map(emojis, function(value, i) {return {key: value, name:value}}); var at_config = { at: "@", data: names, headerTpl: '<div class="atwho-header">Member List<small>↑ ↓ </small></div>', insertTpl: '${name}', displayTpl: "<li>${name} <small>${email}</small></li>", limit: 200 } $inputor = $(".user_content").atwho(at_config); $inputor.caret('pos', 47); $inputor.focus().atwho('run');
}); </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I am new this, here using ng-repeat to render data. here I want to add @ who dropdown
I am trying like
});
</script>
The text was updated successfully, but these errors were encountered: