Skip to content

Instantly share code, notes, and snippets.

View MichelleDiniz's full-sized avatar

Michelle Fabiana Diniz MichelleDiniz

  • Avanade
  • Brasília - Brasil
View GitHub Profile
<!doctype html>
<html data-ng-app="workshopBeMEAN">
<head>
<title>{{ workshop }}</title>
<style>
.user-avatar {
width: 200px;
}
.user-label {
'use strict';
angular.module('myApp.view1', ['ngRoute'])
.config(['$routeProvider', view1Config])
.controller('View1Ctrl', [function() {
}])
function view1Config($routeProvider) {
$routeProvider.when('/view1', {