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
95b70bc9
Commit
95b70bc9
authored
Feb 07, 2017
by
Francois Hendriks
Browse files
Deactivate html5
parent
dfbaf771
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend_ddltn/app/js/app.js
View file @
95b70bc9
...
...
@@ -84,7 +84,7 @@ angular
.
state
(
'
Concours_ecoles
'
,
{
url
:
'
/Concours
'
,
templateUrl
:
'
/templates/Concours_ecoles/Concours_ecoles.html
'
,
controllers
:
[
'
ConcoursCtrl
'
,
'
DeroulementCtrl
'
,
'
CoeffficientCtrl
'
,
'
AnimateCtrl
'
]
,
controllers
:
'
AnimateCtrl
'
,
})
.
state
(
'
Concours_ecoles.deroulement
'
,
{
url
:
'
/deroulement
'
,
...
...
frontend_ddltn/app/js/personal/animateController.js
View file @
95b70bc9
angular
.
module
(
'
frontendDdltnApp.animate
'
)
.
controller
(
'
AnimateCtrl
'
,
function
(
$rootScope
,
$window
)
{
.
controller
(
'
AnimateCtrl
'
,
function
(
$rootScope
)
{
$rootScope
.
ConcoursCollapsed
=
true
;
$rootScope
.
Vie_en_ecoleCollapsed
=
true
;
...
...
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