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

docs(ngClass): add class 'has-error' to demonstrate hyphen use #12027

Closed
wants to merge 4 commits into from
Closed

docs(ngClass): add class 'has-error' to demonstrate hyphen use #12027

wants to merge 4 commits into from

Conversation

qbzzt
Copy link
Contributor

@qbzzt qbzzt commented Jun 4, 2015

Sorry, I don't know how to put it in the original pull request. I'm new to GitHub. But here it is, with just one additional class, red-error, which is the only one with quotes.

Thanks,
Ori

qbzzt added 2 commits June 4, 2015 10:33
Because hyphens, such as those you find in the Bootstrap theme, require special handling (quotes) when ngClass uses an object.
Added class red-error to demonstrate hyphen use
@@ -162,7 +162,7 @@ function classDirective(name, selector) {
* @example Example that demonstrates basic bindings via ngClass directive.
<example>
<file name="index.html">
<p ng-class="{strike: deleted, bold: important, red: error}">Map Syntax Example</p>
<p ng-class="{strike: deleted, bold: important, 'red-error': error}">Map Syntax Example</p>
Copy link
Member

Choose a reason for hiding this comment

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

This is too similar to red (and not very intuitive) :)
How about changing it to 'has-error': error.

Then you need to change the CSS class (to has-error) and also update the text on line 176 to error (apply "has-error" class).

@gkalpak
Copy link
Member

gkalpak commented Jun 4, 2015

@qbzzt, I left an inline comment. You can update this PR by simply pushing a new commit to your branch (the PR will be updated automatically).

BTW, you can find usefull info in CONTRIBUTING.md (in case you haven't already).

@qbzzt
Copy link
Contributor Author

qbzzt commented Jun 4, 2015

Thank you. I did the changes in the comment.

@gkalpak
Copy link
Member

gkalpak commented Jun 4, 2015

@qbzzt, that was quick :) We are almost there. Now we have some failing e2e tests we need to fix.
(It's always a good idea to run grunt test before you push a new commit/PR, if you want to be sure all tests pass.)

Anyway, you need to change /red/ to /has-error/ on line 219 and line 225, because we are testing against the previous red class.

@qbzzt
Copy link
Contributor Author

qbzzt commented Jun 4, 2015

Sorry, I didn't know about the tests. Anyway, they're running now but with any luck they'll succeed.

@gkalpak
Copy link
Member

gkalpak commented Jun 4, 2015

Yup, they passed. (No luck, just deep knowledge and hard work :P)

Thx for working on this, @qbzzt !

It LGTM. Now all we have to do is sit back and wait (hopefully it won't take long) :)

@qbzzt
Copy link
Contributor Author

qbzzt commented Jun 5, 2015

It still hasn't merged. Is there a problem, or does it normally take a few days?

@gkalpak
Copy link
Member

gkalpak commented Jun 5, 2015

Yes, I meant "wait for someone from the team to give it a LGTM" and then it can get merged.

@Narretz
Copy link
Contributor

Narretz commented Jun 5, 2015

LGTM!

For (simple) doc fixes you don't have to wait for another LGTM (unless you want to ;)

@gkalpak gkalpak changed the title Georgios Kalpakas, this is the fix we discussed docs(ngClass): add class 'has-error' to demonstrate hyphen use Jun 5, 2015
@gkalpak gkalpak closed this in 288225b Jun 5, 2015
@gkalpak
Copy link
Member

gkalpak commented Jun 5, 2015

Merged

@qbzzt
Copy link
Contributor Author

qbzzt commented Jun 5, 2015

Thank you.

On Fri, Jun 5, 2015 at 6:29 PM Georgios Kalpakas notifications@github.com
wrote:

Merged


Reply to this email directly or view it on GitHub
#12027 (comment).

netman92 pushed a commit to netman92/angular.js that referenced this pull request Aug 8, 2015
Modify the example, to show that, when using `ngClass`'s map syntax,
hyphenated classes (e.h. such as those used by Bootstrap) must be enclosed
in quotes.

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

4 participants