-
Notifications
You must be signed in to change notification settings - Fork 512
Angular 1.2.3 new error, 1.1.5 is ok #73
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
Comments
AFAICT, the problem doesn't show up with angular 1.2.1, but does with v 1.2.2. |
Got the same exception while using v1.2.2 - v1.2.4. EDIT: This is probably the cause: angular/angular.js#5247 |
With Angular 1.2.5 the error is gone but it doesn't seem to be displaying the rows, at least not in my code. I am going to test with the demo page and will report back. |
Yes, its gone! 1.2.5 is a solution. |
@pdemilly it's not displaying rows for me either. did you find a fix? |
I switched Angular 1.1.5 -> 1.2.3 and got
Error: [$compile:ctreq] http://errors.angularjs.org/1.2.3/$compile/ctreq?p0=smartTable&p1=smartTableHeaderCell
at Error ()
at http://localhost:54072/scripts/libs/angular.js:6:449
at Y (http://localhost:54072/scripts/libs/angular.js:47:33)
at Q (http://localhost:54072/scripts/libs/angular.js:49:488)
at f (http://localhost:54072/scripts/libs/angular.js:43:24)
at http://localhost:54072/scripts/libs/angular.js:42:180
at http://localhost:54072/scripts/libs/angular.js:43:422
at y (http://localhost:54072/scripts/libs/angular.js:47:204)
at http://localhost:54072/scripts/libs/angular.js:179:479
at http://localhost:54072/scripts/libs/angular.js:66:439
<th ng-repeat="column in columns" ng-include="column.headerTemplateUrl" class="smart-table-header-cell {{column.headerClass}} ng-scope" scope="col">
The text was updated successfully, but these errors were encountered: