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

Uncaught ReferenceError: DS is not defined #40

Closed
G3z opened this issue Apr 20, 2013 · 2 comments
Closed

Uncaught ReferenceError: DS is not defined #40

G3z opened this issue Apr 20, 2013 · 2 comments

Comments

@G3z
Copy link

G3z commented Apr 20, 2013

What i have done:

$ ember generate
$ ember generate -s Flow title:string category:numeric options:string
$ ember build

What i get in the browser console
Uncaught ReferenceError: DS is not defined

did i do something wrong ?

@ryanflorence
Copy link
Owner

I removed ember data by default, you need to edit the .ember file and change withData to true.

Hopefully sometime today I'll have scaffold automatically set that for you with a notification.

Sorry for the trouble :(

When you build your app do ember create -d to get data from the start.

@G3z
Copy link
Author

G3z commented Apr 20, 2013

thanks for the quick answer, everything is fine working now

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

No branches or pull requests

2 participants