#Angular-Kcal A small angular js module that will calculate a peron's Calorie Intake based on metabolic, activity level, age and sex.
###Instructions
-
Add Kcal folder to to your route directory
-
Include the following css in you Head
<link rel="stylesheet" href="kcal/vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="kcal/module/kcal.css">
-
Include the folling before the closing body Tag
<!-- Vendor Scripts --> <script src="kcal/vendor/jquery.min.js"></script> <script src="kcal/vendor/bootstrap/js/bootstrap.min.js"></script> <script src="kcal/vendor/angular.min.js"></script> <!-- App Scripts--> <script src="kcal/module/kcal.module.js"></script> <script src="kcal/module/kcal.controller.js"></script>