Angular-At-Directive icon indicating copy to clipboard operation
Angular-At-Directive copied to clipboard

[ DEPRECATED ]AngularJS Directive for At(@) user feature

Results 4 Angular-At-Directive issues
Sort by recently updated
recently updated
newest added

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.

enhancement