Commit 58f7c699 authored by Evren Kutar's avatar Evren Kutar

resolves #36

parent 5e0bfdd6
...@@ -273,7 +273,6 @@ form_generator.factory('Generator', function ($http, $q, $timeout, $location, $c ...@@ -273,7 +273,6 @@ form_generator.factory('Generator', function ($http, $q, $timeout, $location, $c
if (value !== '-1') { if (value !== '-1') {
value.push({detailLink: makelink("detail/"), editLink: makelink("edit/")}); value.push({detailLink: makelink("detail/"), editLink: makelink("edit/")});
} }
console.log(value);
}); });
}; };
generator.get_form = function (scope) { generator.get_form = function (scope) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment