Create your own functionk working.

This commit is contained in:
Alex
2017-02-23 09:09:22 +00:00
committed by Alex Ellis
parent 98c9ef67f4
commit fe1e9fc52e
4 changed files with 51 additions and 9 deletions

View File

@ -10,9 +10,14 @@ app.controller("home", ['$scope', '$log', '$http', '$location', '$timeout', '$md
$scope.invocation = {
contentType: "text"
};
$scope.functionTemplate = {
image: ""
image: "",
envProcess: "",
network: "",
service: ""
};
$scope.invocation.request = ""
setInterval(function() {
refreshData();