Commit 851fad6a authored by bahadircyildiz's avatar bahadircyildiz

CHANGE rref #5257. After Merge

parents 21d02d95 baba14f8
...@@ -15,6 +15,11 @@ angular.module('ulakbus.uitemplates', ['ngRoute', 'ulakbus.formService']) ...@@ -15,6 +15,11 @@ angular.module('ulakbus.uitemplates', ['ngRoute', 'ulakbus.formService'])
}) })
.controller('FormServicePg', function ($scope, Generator) { .controller('FormServicePg', function ($scope, Generator) {
/*
This controller is for testing new SchemaForm components. In addition, forms need to have the attribute:
"name" for defining the name shown in dropdown box. Paste the JSON of form as a member of $scope.forms.
*/
$scope.forms = [ $scope.forms = [
{ {
name: 'Deneme Form 1', name: 'Deneme Form 1',
......
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