Weight: 12stone 5lbs / 173lbs / 78.5kg
| Day | Breakfast | Lunch | Dinner | Water | Snacks | Workout |
|---|---|---|---|---|---|---|
| Monday | - | - | - | - | - | - |
| Tuesday | - | - | - | - | - | - |
| Wednesday | - | - | - | - | - | - |
| Thursday | - | - | - | - | - | - |
| Create a folder at the root of your app or project called ```.ebextensions``` | |
| Inside the folder ```.ebextensions``` create a file called ```01_ffmpeg.config``` | |
| Inside this file paste in the below contents: | |
| ``` | |
| commands: | |
| command1: | |
| command: ls | |
| command2: | |
| command: "cd /usr/local/bin" |
| Create a folder at the root of your app or project called ```.ebextensions``` | |
| Inside the folder ```.ebextensions``` create a file called ```01_ffmpeg.config``` | |
| Inside this file paste in the below contents: | |
| ``` | |
| commands: | |
| command1: | |
| command: ls | |
| command2: | |
| command: "cd /usr/local/bin" |
| (function() { | |
| "use strict"; | |
| angular | |
| .module("app") | |
| .controller("AppCtrl", AppCtrl); | |
| function AppCtrl() { | |
| var vm = this; | |