Answer the question
In order to leave comments, you need to log in
What is the correct way to connect .htm files to another .html file using angularJS?
Help please. I'm trying to connect this file
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<head>
<title></title>
</head>
<body>
<table>
<tr ng-repeat="x in names">
<td>{{ x.name }}</td>
<td>{{ x.country }}</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<head>
<title></title>
</head>
<body>
<table>
<tr ng-repeat="x in names">
<td>{{ x.name }}</td>
<td>{{ x.country }}</td>
</tr>
</table>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question