According to the header, when I use templateUrl inside my $ routeProvider, the template and controller do not load.
In my configuration, I have:
.when('/thing/:thingId', {
templateUrl: 'views/things.html',
controller: 'ThingController'
})
If I changed it to
.when('/thing/:thingId', {
template: '<div>Hello you!</div>',
controller: 'ThingController'
})
It works. I am using AngularJS 1.2.2.
Ideas I tried:
I tried to add a template to the script tag, which still does not work. I am not getting any errors and since there are no debugging messages in IE. I have a warning that fires when an instance of my controller is created. This does not happen in IE 7 (and probably 8).
Added html5shiv, json3 shim, angular -ui ie shiv, and I created all the common elements of the document.
I have the following at the top of my site:
< html class= "ng-app: ThingApp" ng-app = "ThingApp" id = "ng-app" xmlns: ng = "http://angularjs.org" >
/li >
, , Chrome IE10, IE7 ( IE10, IE7, IE7).
, , .
. , , plunkr , plunkr IE7, , plunkr. , , .
http://plnkr.co/edit/Yswo2QzcwfpzT2PXJV8m