AngularJS with angular -ui bootstrap - getting IE8 compatibility

I'm trying to get AngularJS code that uses the angular -ui bootstrap to work in IE 8. I use the guide to guide AngularJS Developer for the IE . I added the following code to the index.html page :

<!doctype html>
<html xmlns:ng="http://angularjs.org" id="ng-app" ng-app="plunker">
<head>
    <!--[if lte IE 8]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/json2/20130526/json2.js"></script>
    <script>
        document.createElement('alert');
        document.createElement('ng-include');
        document.createElement('bookviewer');
        document.createElement('accordion');
        document.createElement('accordion-group');
        document.createElement('accordion-heading');
    </script>
    <![endif]-->
    :

The problem is this: I can't get it to work ... The above lines are part of a complete set of code that is too large to include here. I added the full code to the github repository at https://github.com/svdoever/AngularJS-bookviewer . Is there something I forgot, or is AngularJS + angular -ui bootstrap + IE8 a combination that will never work?

http://svdoever-playground.azurewebsites.net/.

+3
1

, augment.js. https://github.com/javascript/augment , bootstrap.js JS-, IE8 . Augment.js .

0

All Articles