ng-tasty icon indicating copy to clipboard operation
ng-tasty copied to clipboard

IE 9 Table not loading

Open InsidersByte opened this issue 9 years ago • 6 comments

IE9 Table not load

I am having an compatibility issue with IE9. If I navigate to your demo http://zizzamia.com/ng-tasty/directive/table-server-side/complete, then I am presented with the error below.

ie9 issue

InsidersByte avatar Jul 31 '15 08:07 InsidersByte

@Zizzamia is there any progress on this issue?

InsidersByte avatar Sep 02 '15 09:09 InsidersByte

I need find a way to test it on IE9 :/ Anyone has IE9 and can fix that is welcome.

Zizzamia avatar Sep 03 '15 02:09 Zizzamia

I could encounter the error both with IE9 itself and also with IE11 in compatibility mode. Is this sufficient?

InsidersByte avatar Sep 03 '15 09:09 InsidersByte

I have forked this in an attempt to fix it. However I am struggling to get the demo site running. However I am getting a failed to instantiate module myApp due to (if you dig a little deeper) Module 'ngTasty.tpls.table.head' is not available!

I have checked through the dist folder and the ngTasty.tpls.table.head is marked as a dependency, but is never created anywhere. The same goes for ngTasty.tpls.table.pagination.

Alot of the tests are also failing due to the same reason.

Have you got any advice on how I can this fixed? I did follow the steps on your readme.

InsidersByte avatar Sep 07 '15 09:09 InsidersByte

Any updates on IE9 compatibility Issue?

Murali1689 avatar Sep 17 '15 15:09 Murali1689

@InsidersByte

In the gulp file on line 209 you can see that the author is writing the modules with gulp

gvlekke avatar Nov 09 '16 14:11 gvlekke