Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
eScience
blizaar_ce
Commits
57703ef6
Commit
57703ef6
authored
May 11, 2019
by
Fintan Mc Gee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mode side view ctrl fixes ( case did not cause issue on windows but did on linux)
parent
b648fde3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/html/partials/graphEditor.html
app/html/partials/graphEditor.html
+2
-2
app/js/controllers/sideMenuController.js
app/js/controllers/sideMenuController.js
+1
-1
No files found.
app/html/partials/graphEditor.html
View file @
57703ef6
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<div
class=
"panel panel-default"
ng-controller=
"GraphEditorCtrl"
>
<div
class=
"panel panel-default"
ng-controller=
"GraphEditorCtrl"
>
<div
style=
"position:absolute; width:100%"
>
<div
style=
"position:absolute; width:100%"
>
<div
id=
"options_modal_expandable"
class=
"modal-dialog modal-lg"
<div
id=
"options_modal_expandable"
class=
"modal-dialog modal-lg"
style=
"transform: translate(-95%, 0px);position: absolute; z-index: 2; left:0"
ng-controller=
"
S
ideMenuCtrl"
>
style=
"transform: translate(-95%, 0px);position: absolute; z-index: 2; left:0"
ng-controller=
"
s
ideMenuCtrl"
>
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<ul
class=
"nav nav-tabs"
>
<ul
class=
"nav nav-tabs"
>
...
@@ -276,7 +276,7 @@
...
@@ -276,7 +276,7 @@
</div>
</div>
</div>
</div>
<div
id=
"options_modal_expandable2"
class=
"modal-dialog modal-lg"
<div
id=
"options_modal_expandable2"
class=
"modal-dialog modal-lg"
style=
"transform: translate(95%, 0px);right: 0;z-index: 2; position: absolute"
ng-controller=
"
S
ideMenuCtrl"
>
style=
"transform: translate(95%, 0px);right: 0;z-index: 2; position: absolute"
ng-controller=
"
s
ideMenuCtrl"
>
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<ul
class=
"nav nav-tabs"
>
<ul
class=
"nav nav-tabs"
>
...
...
app/js/controllers/sideMenuController.js
View file @
57703ef6
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
angular
.
module
(
'
blizaarModule.controllers
'
)
angular
.
module
(
'
blizaarModule.controllers
'
)
.
controller
(
'
sideMenuCtrl
'
,
[
'
$scope
'
,
'
$location
'
,
'
dataService
'
,
function
(
$scope
,
$location
,
dataService
)
{
.
controller
(
'
sideMenuCtrl
'
,
[
'
$scope
'
,
'
$location
'
,
'
dataService
'
,
function
(
$scope
,
$location
,
dataService
)
{
console
.
log
(
"
S
ideMenuCtrl installed
"
);
console
.
log
(
"
s
ideMenuCtrl installed
"
);
//$scope.model = {};
//$scope.model = {};
// $scope.model.leftItemName = 'view_expandable';
// $scope.model.leftItemName = 'view_expandable';
...
...
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