Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ternary vs conditional sections rebase #147

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

bglusman
Copy link
Contributor

Rebase in favor of #132

@bglusman
Copy link
Contributor Author

@devmanhinton I think this is good now, or make that other word choice change you suggested maybe? or I can, forgot you put in chat.

alias: 'IronMan'
availability: ['10am', '2pm']
alias: 'IronMan',
available: false
Copy link
Contributor

Choose a reason for hiding this comment

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

Is 'alias' used at all? :) How about firstName & lastName, can we just make it name: 'Tony Stark' :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can tweak that in another PR I think, or edit it here yourself if you really want, I don't care too much :-)

@devmanhinton
Copy link
Contributor

If you are fine with that change. I am happy to merge :)

```html
<div class="user-">
<p>
My schedule is very full.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just noticed this is not the html that it outputs... it outputs My schedule is very full. <span class="isAvailable-" style="display:none">I just have a few openings</span> in the p tag... if we're still showing complete markup generated... @yaymukund do you think it's clearer not displaying that here?

Copy link
Contributor

Choose a reason for hiding this comment

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

No, I think it's important we show the actual markup that's generated. As I've said before, my original intention was to turn all the examples in docs to example files so they'd be easily tested and match exactly the output.

@devmanhinton
Copy link
Contributor

@bglusman What are we doing with this? If its outdate can you close this PR

@bglusman
Copy link
Contributor Author

Sorry hadn't seen, i think this should still be fixed and merged with
actual html as mukund said.

On Thursday, November 14, 2013, Devon Hinton wrote:

@bglusman https://github.com/bglusman What are we doing with this? If
its outdate can you close this PR


Reply to this email directly or view it on GitHubhttps://github.com//pull/147#issuecomment-28518866
.

Brian Glusman - [email protected]
215-460-9585 - cell
Twitter: @amicushq

@bglusman
Copy link
Contributor Author

@devmanhinton still like to merge this in, unless you have any objections.

@tobowers
Copy link
Contributor

tobowers commented Dec 9, 2013

👍 on this. Was there any objection?

```html
<div class="user-">
<p>
My schedule is very full. <span class="isAvailable-" style="display:none">I just have a few openings</span>
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this need style="display:none;"? I feel like class="isAvailable-" should do it for you.

Copy link
Contributor

Choose a reason for hiding this comment

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

this is the output it's what enddash renders.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants