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
6c5b36b7
Commit
6c5b36b7
authored
Feb 06, 2017
by
Francois Hendriks
Browse files
Enable links in index
parent
4bc55c91
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend_ddltn/app/js/personal/animateController.js
View file @
6c5b36b7
...
...
@@ -18,6 +18,7 @@ angular.module('frontendDdltnApp.animate')
if
(
screenWidth
>=
768
)
{
console
.
log
(
"
max-screen0
"
);
element
.
on
(
'
mouseenter
'
,
function
(
event
)
{
console
.
log
(
scope
.
value
);
scope
.
$apply
(
function
()
{
scope
.
value
=
!
scope
.
value
;
});
...
...
frontend_ddltn/app/templates/Navbar/template_navbar.html
View file @
6c5b36b7
...
...
@@ -11,7 +11,7 @@
<!-- Collect the nav links, forms, and other content for toggling -->
<div
class=
"collapse navbar-collapse "
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
" nav navbar-nav navbar-right"
>
<li
class=
"dropdown"
><a
href=
"#"
>
concours
</a>
<li
elem=
"ConcoursCollapsed"
personalanimate
class=
"dropdown"
><a
href=
"#"
>
concours
</a>
<div
uib-collapse=
"ConcoursCollapsed"
class=
"dropdown-content"
>
<a
ui-sref=
"Concours_ecoles.deroulement"
>
Déroulement et conseils
</a>
<a
ui-sref=
"Concours_ecoles.Concours"
>
Tous les concours
</a>
...
...
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