Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DaTA
DDLTN
Commits
7c2a72f9
Commit
7c2a72f9
authored
Feb 05, 2017
by
Francois Hendriks
Browse files
index dropdowns
parent
0d7e1816
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend_ddltn/app/js/personal/animateController.js
View file @
7c2a72f9
...
...
@@ -2,9 +2,9 @@ angular.module('frontendDdltnApp.animate')
.
controller
(
'
AnimateCtrl
'
,
function
(
$scope
,
$window
)
{
$scope
.
ConcoursCollapsed
=
fals
e
;
$scope
.
Vie_en_ecoleCollapsed
=
fals
e
;
$scope
.
Vie_en_prepaCollapsed
=
fals
e
;
$scope
.
ConcoursCollapsed
=
tru
e
;
$scope
.
Vie_en_ecoleCollapsed
=
tru
e
;
$scope
.
Vie_en_prepaCollapsed
=
tru
e
;
console
.
log
(
"
at least this works
"
);
})
...
...
Write
Preview
Supports
Markdown
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