dolox/fallback

View on GitHub
examples/angular/index.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html id="html">
<head>
    <link href="../css/main.css" rel="stylesheet" />
    <script async data-main="main" src="../../dist/fallback.min.js" type="text/javascript"></script>
    <title>Fallback JS - Examples - Angular</title>
</head>

<body class="container" data-ng-controller="test">
    <a class="col-xs-12 text-right" href="../">Back to Examples</a>
    <h1 class="text-center">Angular</h1>
    <h2 class="text-center">{{test}}</h2>
</body>
</html>