Angular-At-Directive
Angular-At-Directive copied to clipboard
[ DEPRECATED ]AngularJS Directive for At(@) user feature
see http://docs.angularjs.org/tutorial/step_05#controller_a-note-on-minification
I'd really like to use this for my project, but part of the requirements is that it support names. Think (@nick cammarata) and turn it into an @mention in a...
Plan to put the settings in the `AtCtrl`. ``` {{ user.name }} ```
Now the directive work with the keyboard because it need a strict DOM structure. The `` tag should in the `` tag. But I think this is not necessary.