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
dff7d6f3
Commit
dff7d6f3
authored
Feb 06, 2017
by
Francois Hendriks
Browse files
Deactivate html5
parent
e3c63a24
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend_ddltn/app/js/personal/animateController.js
View file @
dff7d6f3
...
...
@@ -16,7 +16,6 @@ angular.module('frontendDdltnApp.animate')
isCollapsed
:
'
=isCollapsed
'
,
},
link
:
function
(
scope
,
element
,
attributes
)
{
scope
.
value
=
scope
.
isCollapsed
;
if
(
screenWidth
>=
768
)
{
console
.
log
(
"
max-screen0
"
);
element
.
on
(
'
mouseenter
'
,
function
(
event
)
{
...
...
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