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
d11c4d54
Commit
d11c4d54
authored
Dec 03, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hotfıx: filter interface +
parent
65d8cbb6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
form_service.js
app/zetalib/form_service.js
+5
-3
app.js
dist/app.js
+2
-2
No files found.
app/zetalib/form_service.js
View file @
d11c4d54
...
...
@@ -323,15 +323,17 @@ angular.module('formService', ['ui.bootstrap'])
};
var
modelItems
=
[];
//
var modelKeys = [];
var
modelKeys
=
[];
angular
.
forEach
(
scope
.
model
[
k
],
function
(
value
,
mkey
)
{
modelItems
.
push
({
"value"
:
value
[
v
.
schema
[
0
].
name
].
key
,
"name"
:
value
[
v
.
schema
[
0
].
name
].
unicode
});
//modelKeys.push(value[v.schema[0].name].key);
var
modelKey
=
{};
modelKey
[
v
.
schema
[
0
].
name
]
=
value
[
v
.
schema
[
0
].
name
].
key
;
modelKeys
.
push
(
modelKey
);
});
scope
.
model
[
k
]
=
angular
.
copy
(
model
Item
s
);
scope
.
model
[
k
]
=
angular
.
copy
(
model
Key
s
);
formitem
=
{
type
:
"template"
,
...
...
dist/app.js
View file @
d11c4d54
This diff is collapsed.
Click to expand it.
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