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

Ngrepeat multiline #5000

Closed

Conversation

rhysbrettbowen
Copy link
Contributor

allow new line characters in the expression. This allows cleaner writing in the templates - for instance:

<div ng-repeat="item in myItems
    | filter: searchString
    | orderBy: 'name'
    track by 'id'">

rhysbrettbowen and others added 2 commits November 18, 2013 10:02
allow new line characters when checking the expression and pass through to regular parser.
allow and pass through new line characters when checking passed in expression
@IgorMinar
Copy link
Contributor

I'm sorry, but I wasn't able to verify your CLA signature. CLA signature is required for any code contributions to AngularJS.

Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match.

If you signed the CLA as a corporation, please let me know the company's name.

Thanks a bunch!

PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR.
PS2: If you are a Googler, please sign the CLA as well to simplify the CLA verification process.

@rhysbrettbowen
Copy link
Contributor Author

Thought I had but did it again to make sure. All done hopefully. Should be signed as rhysbrettbowen@gmail.com

@IgorMinar
Copy link
Contributor

CLA signature verified! Thank you!

Someone from the team will now triage your PR and it will be processed based on the determined priority (doc updates and fixes with tests are prioritized over other changes).

@ghost ghost assigned IgorMinar Dec 16, 2013
@IgorMinar IgorMinar closed this in cbb3ce2 Dec 16, 2013
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
allow and pass through new line characters when checking passed in expression

Closes angular#5000
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
allow and pass through new line characters when checking passed in expression

Closes angular#5000
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.

2 participants