I have a somewhat more complex app working in Firefox and Chrome.  It fails 
without much information in IE8.  The full app uses ngTable and 
ui-bootstrap, but I've been able to construct a skeleton version without 
ngTable, but still with ui-bootstrap, that still fails to do anything 
useful in IE8.

The resulting skeleton uses a single tab and a list of dynamic accordions, 
using data loaded from a stored json file.

When I run it i IE8, I just get the following in the console:

  [object Error]<div class="tab-pane ng-scope" ng-repeat="tab in tabs" 
> ng-class="{active: tab.active}" tab-content-transclude="tab">
>   [object Error]
>
>
At this point, the page displays my title and the contents of the tab 
header, but without the tab enclosure, and without the contents of the tab.

I believe I've managed to produce a plunkr (this is my first plunkr, so 
please tell me if I'm doing something wrong) that corresponds to the app 
I'm loading in IE8 (plunkr not working in IE8 makes this even more 
annoying): http://plnkr.co/edit/Ak26Pj4FwTXJ7USQBvhj

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to