This repository was archived by the owner on Oct 1, 2020. It is now read-only.
on _posts/2015-01026-model-view-intent.md all range input declaration…#79
Open
patcurry wants to merge 1 commit intocyclejs:masterfrom
patcurry:master
Open
on _posts/2015-01026-model-view-intent.md all range input declaration…#79patcurry wants to merge 1 commit intocyclejs:masterfrom patcurry:master
patcurry wants to merge 1 commit intocyclejs:masterfrom
patcurry:master
Conversation
…s were missing the "attrs:" parameter declaration, as in: "{attrs: { ... } }", they have been changed to include this
Member
|
Hi @patcurry. This is the old repo, it does not represent a site online anymore. |
Author
|
Whoops, thanks André. Is there a repo for the new version? I think there
were a couple small mistakes in the example code.
Pat
…On Fri, Jul 7, 2017 at 6:39 PM, André Staltz ***@***.***> wrote:
Hi @patcurry <https://github.com/patcurry>. This is the old repo, it does
not represent a site online anymore.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APkqZucgdcFAVcstX4Tw1TdPwYjFRxUaks5sLl8_gaJpZM4OQ5bj>
.
|
Member
|
Hey @patcurry, no problems. Nowadays we have all the code, including docs, in one repo: https://github.com/cyclejs/cyclejs/ |
Author
|
Right on. Thanks for the reply. I'm looking forward to integrating the
library into a project I've been working on for a while.
Pat
…On Sat, Jul 8, 2017 at 12:32 PM, André Staltz ***@***.***> wrote:
Hey @patcurry <https://github.com/patcurry>, no problems. Nowadays we
have all the code, including docs, in one repo:
https://github.com/cyclejs/cyclejs/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APkqZrZwytneZimkbMrn7AW4KJzvVoYaks5sL1rbgaJpZM4OQ5bj>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…s were missing the "attrs:" parameter declaration, as in: "{attrs: { ... } }", they have been changed to include it. Without this declaration the inputs were showing up as empty text inputs that had a class, but none of the other attributes.