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
0ba96d35
Commit
0ba96d35
authored
May 23, 2016
by
Bahadir Can Yildiz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CHANGE rref #5340. Trimmed whitespaces
parent
e2b54f39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
app_routes.js
app/app_routes.js
+0
-3
crud_controller.js
app/components/crud/crud_controller.js
+1
-1
No files found.
app/app_routes.js
View file @
0ba96d35
...
...
@@ -61,9 +61,6 @@ angular.module('ulakbus')
templateUrl
:
'components/crud/templates/crud.html'
,
controller
:
'CRUDListFormController'
})
.
otherwise
({
redirectTo
:
'/dashboard'
});
}])
.
factory
(
'IsOnline'
,
function
()
{
...
...
app/components/crud/crud_controller.js
View file @
0ba96d35
...
...
@@ -69,7 +69,7 @@ angular.module('ulakbus.crud', ['schemaForm', 'ui.bootstrap', 'ulakbus.formServi
wf
:
routeParams
.
wf
,
object_id
:
routeParams
.
key
,
filters
:
{},
token
:
scope
.
token
||
routeParams
.
token
token
:
routeParams
.
token
};
if
(
scope
.
param_id
)
{
...
...
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