angular/angular-hint

View on GitHub
e2e/exclude-wrong-module-name/index.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html ng-app ng-hint-exclude="excludeWrongModuleName">
<head>
  <meta charset="utf-8">
  <title>Angular Hint Example</title>
</head>
<body>
  <div id="console"></div>

  <script src="../../node_modules/angular/angular.js"></script>
  <script src="../../dist/hint.js"></script>
  <script src="../util.js"></script>
</body>
</html>