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

About Refactor

Open scarletsky opened this issue 11 years ago • 0 comments

Plan to put the settings in the AtCtrl.

<form ng-controller="AtCtrl">

    <textarea at-user 
              at-auto-complete
              ng-model="message.content"
              ng-trim="false"></textarea>

    <ul at-user-list>
        <li ng-click="autoComplete(object)">
            <img />
            <span>{{ user.name }}</span>
        </li>
    </ul>  

</form>

scarletsky avatar Nov 13 '13 04:11 scarletsky