angular/modules/examples/src/sourcemap/index.html

17 lines
239 B
HTML
Raw Normal View History

2015-02-11 22:54:59 +00:00
<!doctype html>
<html>
<title>Sourcemaps</title>
<body>
<error-app>
Loading...
</error-app>
<p>
2015-02-11 22:54:59 +00:00
Please look into the console and check whether the stack trace is mapped
via source maps!
</p>
2015-02-11 22:54:59 +00:00
$SCRIPTS$
</body>
</html>