mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-07-02 22:34:44 -04:00
Initial Angular commit
This commit is contained in:
@ -1,11 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<div id="content"></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
function set_content(content) {
|
||||
document.getElementById("content").innerHTML = content;
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
<html lang="en" ng-app>
|
||||
<head>
|
||||
<script type="text/javascript" src="file:///android_asset/dist/book-bundle.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">Hello {{ 'Android!' }}</div>
|
||||
</body>
|
||||
</html>
|
||||
|
4
app/src/main/assets/dist/book-bundle.js
vendored
4
app/src/main/assets/dist/book-bundle.js
vendored
File diff suppressed because one or more lines are too long
4
app/src/main/assets/dist/bundle.js
vendored
4
app/src/main/assets/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1,3 @@
|
||||
require 'angular'
|
||||
|
||||
console.log 'hello'
|
Reference in New Issue
Block a user