⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Update hello-world.md#165

Open
nicerr wants to merge 1 commit intoractivejs:devfrom
nicerr:patch-1
Open

Update hello-world.md#165
nicerr wants to merge 1 commit intoractivejs:devfrom
nicerr:patch-1

Conversation

@nicerr
Copy link

@nicerr nicerr commented Aug 31, 2019

Copying and pasting the code into the script tab didn't work:

var ractive = Ractive({
target: output,
template: template,

This works:

var ractive = new Ractive({
target: '#target',
template: '#template',

Copying and pasting the code into the script tab didn't work:

var ractive = Ractive({
  target: output,
  template: template,

This works:

var ractive = new Ractive({
  target: '#target',
  template: '#template',
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.

1 participant