Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DaTA
DDLTN
Commits
1bb3459e
Commit
1bb3459e
authored
Feb 06, 2017
by
Francois Hendriks
Browse files
Enable links in index
parent
6c5b36b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend_ddltn/app/js/personal/animateController.js
View file @
1bb3459e
angular
.
module
(
'
frontendDdltnApp.animate
'
)
.
controller
(
'
AnimateCtrl
'
,
function
(
$
s
cope
,
$window
)
{
.
controller
(
'
AnimateCtrl
'
,
function
(
$
rootS
cope
,
$window
)
{
$
s
cope
.
ConcoursCollapsed
=
true
;
$
s
cope
.
Vie_en_ecoleCollapsed
=
true
;
$
s
cope
.
Vie_en_prepaCollapsed
=
true
;
$
rootS
cope
.
ConcoursCollapsed
=
true
;
$
rootS
cope
.
Vie_en_ecoleCollapsed
=
true
;
$
rootS
cope
.
Vie_en_prepaCollapsed
=
true
;
console
.
log
(
"
at least this works
"
);
})
...
...
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