Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
94eef4a9
Commit
94eef4a9
authored
May 03, 2016
by
bahadircyildiz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testing validation on buttons
parent
6338143e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
uitemplates.js
app/components/uitemplates/uitemplates.js
+4
-2
No files found.
app/components/uitemplates/uitemplates.js
View file @
94eef4a9
...
...
@@ -22,13 +22,15 @@ angular.module('ulakbus.uitemplates', ['ngRoute', 'schemaForm', 'ulakbus.formSer
$scope
.
forms
=
[
{
name
:
'Deneme Form 1'
,
form
:
[
'email'
,
'id'
,
'name'
],
form
:
[
'email'
,
'id'
,
'name'
,
{
type
:
"button"
,
cmd
:
"list_user"
,
title
:
"submit without validation"
,
validation
:
false
},
{
type
:
"button"
,
cmd
:
"list_user"
,
title
:
"confirm with validation"
}],
schema
:
{
properties
:
{
email
:
{
title
:
'email'
,
type
:
'string'
},
id
:
{
title
:
'id'
,
type
:
'number'
},
name
:
{
title
:
'name'
,
type
:
'string'
}
},
required
:
[],
type
:
'object'
,
title
:
'servicetest'
},
required
:
[
"email"
,
"id"
,
"name"
],
type
:
'object'
,
title
:
'servicetest'
},
model
:
{
email
:
'test@test.com'
,
id
:
2
,
name
:
'travolta'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment