-
Notifications
You must be signed in to change notification settings - Fork 724
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
ng-admin 0.3.2 : label is undefined #123
Comments
I think this is already fixed on master. You'll have to use 'title' instead of 'label'. |
Ok! that solved one problem. But the problem still remains, when I click the link on left (which goes to http://localhost:3000/admin#/list/users?page=1) to list users, with this code:
I get this :
|
I got it working now! |
could you try again with master? |
Same errors. I tried using: |
I think we need to release a new tag for your version to be upgraded. Ping @manuquentin |
Done |
@2anandkr could you try again? |
Yuppy! It's working now! I'm using version 0.3.3 . Thank you for fixing it! |
Glad it works for you. |
I downloaded the app (ver. 0.3.2) yesterday & Configured it but it bugged!
angular throws this:
If I remove label(..) call, it shows the dashboard correctly.
But when I click the items on left (to list the users), angular again throws:
In the page, I see this:
{{ listController.title }}
Inspecting the above
ng-admin.min.js
the error points to section:this.entityLabel=this.view.label()
How to get rid of it?
The text was updated successfully, but these errors were encountered: