Skip to content

Instantly share code, notes, and snippets.

@kevinah95
Created May 13, 2015 04:41
Show Gist options
  • Save kevinah95/966abd283d7c1f71cb2c to your computer and use it in GitHub Desktop.
Save kevinah95/966abd283d7c1f71cb2c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app="Nombre_del_Modulo">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Las 3 tags 'meta' de arriba son necesarias para el diseño web adaptable proporcionado por bootstrap -->
<title>Introducción a Angular</title>
<!-- ==========Bootstrap========== -->
<!-- Compilación minimizada del CSS de Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- Script de Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- jQuery (necesario para Script de Bootstrap) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- ==========Angular========== -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
</head>
<body>
<!-- Incluir todos los objetos DOM de la aplicación -->
<!-- A partir de aquí incluir los scripts externos de la Aplicación -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment