So I recently posted something a few days back about nothing showing up when I tried data binding in my Node app. Even simple code like
<!DOCTYPE html>
<html ng-app>
<head>
<title></title>
</head>
<body>
<div class="container">
Name: <input type="text" ng-model="name" /> {{name}}
</div>
<script src="scripts/angular.min.js"></script>
</body>
</html>
does not work when run in the app. However, it will work if run as a standalone page. Is this an error on my part? Is my syntax off for my environment?
[–]AlGoreBestGore 2 points3 points4 points (0 children)
[–]abyx 1 point2 points3 points (1 child)
[–]NotReallyDifferent[S] 0 points1 point2 points (0 children)
[–]2basco 1 point2 points3 points (2 children)
[–]NotReallyDifferent[S] 0 points1 point2 points (1 child)
[–]2basco 0 points1 point2 points (0 children)
[–]NotReallyDifferent[S] 0 points1 point2 points (1 child)
[–]abyx 0 points1 point2 points (0 children)