mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
86df248096
Add angular route library and utilize when instantiating framework-driven module. This allows invocation of ng-view by way of defined routes. WTD-518.
15 lines
284 B
HTML
15 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<script type="text/javascript"
|
|
src="platform/framework/lib/require.js"
|
|
data-main="platform/framework/src/Main.js">
|
|
</script>
|
|
</head>
|
|
<body ng-view>
|
|
|
|
|
|
</body>
|
|
</html> |