Hi,

I have the same problem witn the last version of Angular (/1.3.0-rc.4) and 
IE9. My view is not displayed on IE9 (but it's correct on IE10,IE11 and FF 
and Chrome). I'm tying to find a solution on Internet, but nothing is 
convincing.
I have created the route as it:

app.config(function($routeProvider){
    $routeProvider.when('/all-contacts',
    {
      templateUrl: 'template/allContacts.html',
      controller: 'ctrlContacts'
        
    })
    .when('/edit-requests/:requestId',
    {
      templateUrl: 'template/manageRequest.html',
      controller: 'ctrlEditRequests'
    })     
    .otherwise({redirectTo:'/all-contacts'});  
}); 

And i woud like display the templateUrl file in my view...

Could you please help me to solve this problem?   

-- 
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