This repository was archived by the owner on Feb 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 490
Not working with debugInfoEnabled #746
Comments
Hmm interesting... |
Funny, I was facing the same issue. I made it false because of this. https://medium.com/swlh/improving-angular-performance-with-1-line-of-code-a1fb814a6476#.n18oj2n8p |
If
|
Mmh this will be bit tricky since |
l-lin
added a commit
that referenced
this issue
Jul 5, 2016
I made a correction. I don't really know if that works for all use cases. |
l-lin
added a commit
that referenced
this issue
Sep 2, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Check out this Plunker: http://plnkr.co/edit/6a9gpjI3ThNflmsyslrZ?p=preview
It's using strict dependency injection mode and debugInfoEnabled is turned on. I get the following error when my datatable is compiled
angular.js:13550Error: Expected expression in form of "_item_ in _collection_[ track by _id_]" but got "{0}".
As soon as I turn off debugInfoEnabled, the table works again. Please let me know how we can fix this, or implement a possible workaround.
Thanks so much for your help!
The text was updated successfully, but these errors were encountered: