We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Uncaught ReferenceError: DS is not defined
did i do something wrong ?
The text was updated successfully, but these errors were encountered:
I removed ember data by default, you need to edit the .ember file and change withData to true.
withData
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.
ember create -d
Sorry, something went wrong.
thanks for the quick answer, everything is fine working now
No branches or pull requests
What i have done:
What i get in the browser console
Uncaught ReferenceError: DS is not defined
did i do something wrong ?
The text was updated successfully, but these errors were encountered: