Skip to content

Instantly share code, notes, and snippets.

View wcalderipe's full-sized avatar

William Calderipe wcalderipe

View GitHub Profile
@wcalderipe
wcalderipe / 01.html
Last active October 20, 2015 22:21
minicurso-angularjs_introdução
<!DOCTYPE html>
<html>
<head>
<title>Minicurso de AngularJS</title>
</head>
<body>
<script src="scripts/angular.js"></script>
</body>
</html>
<?php
class RolesTable extends CakeMigration {
/**
* Migration description
*
* @var string
*/
public $description = 'roles_table';