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

Blank screen on Resource page #448

Open
theduke opened this issue Sep 25, 2015 · 2 comments
Open

Blank screen on Resource page #448

theduke opened this issue Sep 25, 2015 · 2 comments

Comments

@theduke
Copy link

theduke commented Sep 25, 2015

I have just tried to set up this addon on a blank ember project.
I created a resource with ember g table-view-resource and it shows up properly in the menu.

When I try to open a resource page, the request to fetch the first page fires and properly returns, and the objects are in the datastore, but the app remains on the "Dashboard" page an nothing happens.

Also no errors in the console.
Any hints?

@OpakAlex
Copy link
Member

hi!
Check please example app.

@JunQiGenYuan
Copy link

Me too first.
I found that when I tap ember command like this: ember g table-view-resource tip.
It create a model named tip, and controller named tips.
I think it the problem that it generate the plural name of the controller, while that it is not correct.
So change the controller name as single, I works.
Hopes helps for u.
By the way, it a excellent addon, thinks @igorrKurr , @OpakAlex and @sudodoki ^_^

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

3 participants