Skip to content

Instantly share code, notes, and snippets.

View peterheard01's full-sized avatar

Pete Heard peterheard01

View GitHub Profile
@peterheard01
peterheard01 / angularjs-modals.htm
Created March 23, 2016 11:30 — forked from bennadel/angularjs-modals.htm
Creating A Simple Modal System In AngularJS
<!doctype html>
<html ng-app="Demo">
<head>
<meta charset="utf-8" />
<title>
Creating A Simple Modal System In AngularJS
</title>
<link rel="stylesheet" type="text/css" href="./demo.css"></link>