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
84d4497c
Commit
84d4497c
authored
Dec 03, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hotfıx: filter interface
parent
d69c7912
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
15 deletions
+15
-15
VERSION
VERSION
+1
-1
filter.html
app/components/crud/templates/filter.html
+9
-9
version.js
app/components/version/version.js
+1
-1
version_test.js
app/components/version/version_test.js
+1
-1
form_service.js
app/zetalib/form_service.js
+3
-3
No files found.
VERSION
View file @
84d4497c
0.5.0
0.5.1
\ No newline at end of file
\ No newline at end of file
app/components/crud/templates/filter.html
View file @
84d4497c
...
@@ -3,17 +3,17 @@
...
@@ -3,17 +3,17 @@
<div
class=
"right-sidebar-box"
>
<div
class=
"right-sidebar-box"
>
<div
class=
"right-sidebar-messages"
>
<div
class=
"right-sidebar-messages"
>
<div
class=
"right-sidebar-title clearfix"
>
<div
class=
"right-sidebar-title clearfix"
>
<h3>
Tar
i
h Aralığı
</h3>
<h3>
Tar
İ
h Aralığı
</h3>
</div>
</div>
<div
class=
"right-sidebar-message-block"
>
<div
class=
"right-sidebar-message-block"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<br>
<br>
<label
class=
"control-label"
for=
"startDate"
>
Ba
slangic
</label>
<label
class=
"control-label"
for=
"startDate"
>
Ba
şlangıç
</label>
<input
type=
"text"
name=
"startDate"
class=
"form-control filterDate"
/>
<input
type=
"text"
name=
"startDate"
class=
"form-control filterDate"
/>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<br>
<br>
<label
class=
"control-label"
for=
"endDate"
>
Biti
s
</label>
<label
class=
"control-label"
for=
"endDate"
>
Biti
ş
</label>
<input
type=
"text"
name=
"endDate"
class=
"form-control filterDate"
/>
<input
type=
"text"
name=
"endDate"
class=
"form-control filterDate"
/>
</div>
</div>
</div>
</div>
...
@@ -26,17 +26,17 @@
...
@@ -26,17 +26,17 @@
<div
class=
"right-sidebar-messages"
>
<div
class=
"right-sidebar-messages"
>
<div
class=
"right-sidebar-title clearfix"
>
<div
class=
"right-sidebar-title clearfix"
>
<br><br>
<br><br>
<h3>
F
iltre basligi
</h3>
<h3>
F
İltre başlığı
</h3>
</div>
</div>
<div
class=
"right-sidebar-message-block"
>
<div
class=
"right-sidebar-message-block"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<br>
<br>
<label
class=
"control-label"
for=
"filterSelect"
>
Se
c
im
</label>
<label
class=
"control-label"
for=
"filterSelect"
>
Se
ç
im
</label>
<select
name=
"filterSelect"
id=
"filterSelect"
>
<select
name=
"filterSelect"
id=
"filterSelect"
>
<option
value=
"1"
>
op
ti
on 1
</option>
<option
value=
"1"
>
op
siy
on 1
</option>
<option
value=
"2"
>
op
ti
on 2
</option>
<option
value=
"2"
>
op
siy
on 2
</option>
<option
value=
"3"
>
op
ti
on 3
</option>
<option
value=
"3"
>
op
siy
on 3
</option>
<option
value=
"4"
>
op
ti
on 4
</option>
<option
value=
"4"
>
op
siy
on 4
</option>
</select>
</select>
</div>
</div>
</div>
</div>
...
...
app/components/version/version.js
View file @
84d4497c
...
@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
...
@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
'ulakbus.version.version-directive'
'ulakbus.version.version-directive'
])
])
.
value
(
'version'
,
'0.5.
0
'
);
.
value
(
'version'
,
'0.5.
1
'
);
app/components/version/version_test.js
View file @
84d4497c
...
@@ -5,7 +5,7 @@ describe('ulakbus.version module', function() {
...
@@ -5,7 +5,7 @@ describe('ulakbus.version module', function() {
describe
(
'version service'
,
function
()
{
describe
(
'version service'
,
function
()
{
it
(
'should return current version'
,
inject
(
function
(
version
)
{
it
(
'should return current version'
,
inject
(
function
(
version
)
{
expect
(
version
).
toEqual
(
'0.5.
0
'
);
expect
(
version
).
toEqual
(
'0.5.
1
'
);
}));
}));
});
});
});
});
app/zetalib/form_service.js
View file @
84d4497c
...
@@ -323,15 +323,15 @@ angular.module('formService', ['ui.bootstrap'])
...
@@ -323,15 +323,15 @@ angular.module('formService', ['ui.bootstrap'])
};
};
var
modelItems
=
[];
var
modelItems
=
[];
var
modelKeys
=
[];
//
var modelKeys = [];
angular
.
forEach
(
scope
.
model
[
k
],
function
(
value
,
mkey
)
{
angular
.
forEach
(
scope
.
model
[
k
],
function
(
value
,
mkey
)
{
modelItems
.
push
({
modelItems
.
push
({
"value"
:
value
[
v
.
schema
[
0
].
name
].
key
,
"value"
:
value
[
v
.
schema
[
0
].
name
].
key
,
"name"
:
value
[
v
.
schema
[
0
].
name
].
unicode
"name"
:
value
[
v
.
schema
[
0
].
name
].
unicode
});
});
modelKeys
.
push
(
value
[
v
.
schema
[
0
].
name
].
key
);
//
modelKeys.push(value[v.schema[0].name].key);
});
});
scope
.
model
[
k
]
=
angular
.
copy
(
model
Key
s
);
scope
.
model
[
k
]
=
angular
.
copy
(
model
Item
s
);
formitem
=
{
formitem
=
{
type
:
"template"
,
type
:
"template"
,
...
...
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