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
fe0aeb76
Commit
fe0aeb76
authored
Jan 29, 2016
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX dist directory
parent
8df3a59e
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
form_service.js
app/zetalib/form_service.js
+2
-2
app.js
dist/app.js
+1
-1
No files found.
app/zetalib/form_service.js
View file @
fe0aeb76
...
@@ -239,7 +239,7 @@ angular.module('ulakbus.formService', ['ui.bootstrap'])
...
@@ -239,7 +239,7 @@ angular.module('ulakbus.formService', ['ui.bootstrap'])
$scope
.
$broadcast
(
'schemaForm.error.'
+
k
,
'tv4-302'
,
true
);
$scope
.
$broadcast
(
'schemaForm.error.'
+
k
,
'tv4-302'
,
true
);
},
},
imageSrc
:
scope
.
model
[
k
]
?
$rootScope
.
settings
.
static_url
+
scope
.
model
[
k
]
:
''
,
imageSrc
:
scope
.
model
[
k
]
?
$rootScope
.
settings
.
static_url
+
scope
.
model
[
k
]
:
''
,
avatar
:
k
===
'avatar'
?
true
:
false
avatar
:
k
===
'avatar'
};
};
v
.
type
=
'string'
;
v
.
type
=
'string'
;
}
}
...
@@ -738,7 +738,7 @@ angular.module('ulakbus.formService', ['ui.bootstrap'])
...
@@ -738,7 +738,7 @@ angular.module('ulakbus.formService', ['ui.bootstrap'])
*/
*/
generator
.
button_switch
=
function
(
position
)
{
generator
.
button_switch
=
function
(
position
)
{
var
buttons
=
angular
.
element
(
document
.
querySelectorAll
(
'button'
));
var
buttons
=
angular
.
element
(
document
.
querySelectorAll
(
'button'
));
positions
=
{
true
:
"enabled"
,
false
:
"disabled"
};
var
positions
=
{
true
:
"enabled"
,
false
:
"disabled"
};
angular
.
forEach
(
buttons
,
function
(
button
,
key
)
{
angular
.
forEach
(
buttons
,
function
(
button
,
key
)
{
button
[
positions
[
position
]]
=
true
;
button
[
positions
[
position
]]
=
true
;
});
});
...
...
dist/app.js
View file @
fe0aeb76
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