Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

feat(input.email): add support for the multiple attribute #4233

Closed
wants to merge 1 commit into from

Conversation

quazzie
Copy link
Contributor

@quazzie quazzie commented Oct 2, 2013

If present will allow for multiple email addresses, separated with comma (,)

@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@@ -614,7 +616,7 @@ function emailInputType(scope, element, attr, ctrl, $sniffer, $browser) {
};

ctrl.$formatters.push(emailValidator);
ctrl.$parsers.push(emailValidator);
ctrl.$parsers.push(emailValidator );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this hunk please. Do the same with the whitespace changes in the file below.

@quazzie
Copy link
Contributor Author

quazzie commented Oct 2, 2013

I signed the CLA a long time ago.

@quazzie
Copy link
Contributor Author

quazzie commented Oct 18, 2013

Did not know about ngList directive. Maby the multiple attribute should trigger same behavior as ngList instead ?

@quazzie
Copy link
Contributor Author

quazzie commented Oct 18, 2013

#4295

@quazzie
Copy link
Contributor Author

quazzie commented Nov 5, 2013

Rebased agains current master.

If present will allow for multiple email addresses, separated with comma (,)
@Narretz
Copy link
Contributor

Narretz commented Sep 13, 2015

Unfortunately, we never got around to review your PR. The good news is, we are moving towards a solution that can handle collections on the ngModel level. This time it's for real! ;)

@Narretz Narretz closed this Sep 13, 2015
@Narretz Narretz self-assigned this Sep 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants