IE8 problem rendering output from ngRepeat

372 views
Skip to first unread message

siddhion

unread,
Aug 28, 2013, 7:31:21 PM8/28/13
to ang...@googlegroups.com
I am working on a illustration & design portfolio site http://maxmythic.com/  and having trouble generating the gallery project grid. The gallery grid is created with ng-repeat in the design.html view that is loaded on the home page. 

Here is the design.html view

ng-repeat iterates over the  $scope.designTiles list but in IE 8, only the last object in the list is being rendered. So I only see one <a> rendered in the window. 

I should mention that a split second before it shows up I will see some of the other <a> tags show up ultra fast. 
They eventually get covered or replaced (I guess) by the next one in the list until it ends up with the last one. 
There are 18 objects in $scope.designTilesThe whole list can be found here: 


When I right click to view source of the home page in IE 8 all I see is 

<!-- Add your site or application content here -->
<div class="container" ng-view=""></div>

 
Why is design.html view not being generated there?

The weird thing is that when I go into the IE 8 dev tools, click HTML tab and click the Edit button, it will show me everything inside the <body> tag which includes all 18 <a> links which make up the project gallery. So obviously AngularJS is working almost fine. I can see the neccessary code but I just have no idea why its not being rendered. The css is working thanks to the html5shiv.js and respond.js links. 

All the code for this site can be viewed publicly at my repo https://github.com/siddhion/maxmythic/tree/gh-pages

Any ideas on what's going on here and how to solve it?

Sean Coughlan

unread,
Jul 14, 2014, 10:19:51 AM7/14/14
to ang...@googlegroups.com
I'm having a very similar issue. Did you ever get this resolved?

Max Mythic

unread,
Jul 14, 2014, 3:30:39 PM7/14/14
to ang...@googlegroups.com
I never got it working for IE8 unfortunately :(


--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/twdNr-57hQo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages