Skip to content

Instantly share code, notes, and snippets.

View ToastShaman's full-sized avatar

Kevin Denver ToastShaman

View GitHub Profile
@ToastShaman
ToastShaman / index.html
Last active August 29, 2015 14:07 — forked from anonymous/index.html
AngularJS directive that allows you to subtract money from a total amount in pounds or percentages
<html ng-app="app">
<head>
<meta charset="utf-8">
<script src="http://cdnjs.cloudflare.com/ajax/libs/mathjs/1.0.1/math.js"></script>
</head>
<body ng-controller="MoneyController as ctrl">
<p>
Total: <input type="number" ng-model="ctrl.total">
</p>