I'm using the Wc3 schools example of angular js, however; the given code doesn't work when I run it in IE11. It does work for Chrome.
<!DOCTYPE html>
<html>
<script src= "http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
<body>
<div ng-app="">
<p>My first expression from WC3S Schools: {{6+13}}</p>
</div>
</body>
</html>

ng-app="myapp"