You should write script in another file and add ng-app
Here is plnkr
https://plnkr.co/edit/yvJGX52osH9eTJggexec?p=preview
your problem is you include file script above angular.js . include below and problem will solved
<link rel="stylesheet" href="https://stackoverflow.com/questions/43739301/script/bootstrap.css">
<script> type="text/javascript" src="script/angular.js"></script>
<script> type="text/javascript" src="script/angular.min.js"></script> <script> type="text/javascript" src="script/bootstrap.js"></script>
<script type="text/javascript" src="script/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/app.css">
<script src="script/tuto.js"></script> //include below
2
solved ngRepeat div get commented out when i see from the browser inspector