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
ae0ad443
Commit
ae0ad443
authored
Mar 11, 2016
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX inline edit date field format
rfix #5138 fixes GH-85 fixes zetaops/ulakbusGH-193
parent
60425f97
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
crud_controller.js
app/components/crud/crud_controller.js
+0
-4
inline_edit.html
app/components/crud/templates/inline_edit.html
+1
-1
No files found.
app/components/crud/crud_controller.js
View file @
ae0ad443
...
...
@@ -211,10 +211,6 @@ angular.module('ulakbus.crud', ['schemaForm', 'ui.bootstrap', 'ulakbus.formServi
$scope
.
datepickerstatuses
[
field
]
=
true
;
};
$scope
.
dateSelect
=
function
(
model
)
{
scope
.
model
[
k
]
=
angular
.
copy
(
generator
.
dateformatter
(
scope
.
model
[
k
]));
};
$scope
.
createListObjects
=
function
()
{
if
(
$scope
.
object
.
constructor
===
Array
)
{
$log
.
debug
(
'new type show object'
)
...
...
app/components/crud/templates/inline_edit.html
View file @
ae0ad443
...
...
@@ -2,7 +2,7 @@
class=
"form-control"
ng-if=
"node.schema.properties[k].type === 'date'"
ng-model=
"node.model[outerIndex][k]"
uib-datepicker-popup=
"
{{node.model[outerIndex][k]}}
"
uib-datepicker-popup=
"
dd.MM.yyyy
"
is-open=
"datepickerstatuses[outerIndex]"
close-text=
"Kapat"
current-text=
"Bugün"
...
...
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