Angularjs User Selector Instruction instance analysis _angularjs

Source: Internet
Author: User

The Angularjs User selector instruction is analyzed in this article. Share to everyone for your reference, specific as follows:

When issuing a publication, we need to use a user selector that is often needed, and the user's data is typically stored in the following ways:

User 1, User 2, User 3

We can use the angular instruction to implement the selector.

<! DOCTYPE html>  

Template URL

<div>
  <span ng-repeat= "item in Names" > {{item}}<a class= "btn btn-xs fa-remove" title= "
       remove this item" ng-click= "Remove ($index)" ></a>
  </span>
  <a class= "btn btn-sm btn-primary Fa-search" Ng-click= "Selectuser ()" > Selection </a>
</div>

In the instruction, a separate scope is used, and the incoming data is a comma-separated string, which we use to manipulate the array.

The trick here is to convert between string and array.

This uses the instruction independent scope, uses the watch array to carry on the operation, needs to note that if monitors the array, needs to use the depth monitoring.

I hope this article will help you to Angularjs program design.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.