Skip to content

Instantly share code, notes, and snippets.

View shawn-simon's full-sized avatar

Shawn Simon shawn-simon

  • Google
  • Honolulu, HI
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>AngularJS Plunker</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.9/angular.min.js"></script>
<script>
angular.module('broken', [])
.controller('MainCtrl', function ($scope, $location) { });