<!DOCTYPE html>
<html ng-app>
<head>
<meta charset="ISO-8859-1">
<title>Cuaderno Alumnos</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body ng-controller="AlumnosController">
<h1>Cuaderno Alumnos</h1>
<div class="wrapper">
<div class="contact-item" ng-repeat="alumno in alumnos | orderBy:'nombre'">
<div class="nombre">
{{alumno.nombre}} - {{alumno.telefono}}
</div>
</div>
</div>
<script src="angular.min.js" type="text/javascript"></script>
<script src="scripts1.js" type="text/javascript"></script>
</body>
</html><script src="angular.min.js" type="text/javascript"></script>--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/RkKkQc3rw2M/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.