hi, 

I have got the same problem, have you  resolved it?

thank you !

Regards

Yan


在 2012年7月25日星期三 UTC+8下午5:58:22,Felipe Carretero写道:
>
> Hello,
>
> I am developing an application with angular. If I use the automatic 
> initialization, everything works fine in all browsers (chrome, FF & IE8).
>
> When I change to manual initialization, the application works on chrome 
> and FF, but not IE8 (blank screen). Only I open the development tools (F12) 
> and refresh the page, the page loads perfecly.
>
> I have tried to reproduce this behaviour in jsFiddle, but no luck
>
> snippet of what I am doing
> <div class="container">
> <div ng-controller="TabsCtrl" ng-init="init()" id="tabs" class="span12">
>     <div ng-include="'tabs.html'" />
> </div>
> <div ng-view id="cat" align='center' class="span12">
> </div>
> </div> 
>
> There are 3 tabs at the top of the page, and depending on what tab is 
> clicked, a different table is rendered.
>
> Thanks in advance
>
> Regards
> Felipe
>
>

-- 
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/d/optout.

Reply via email to