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
a6540292
Commit
a6540292
authored
Feb 05, 2017
by
Francois Hendriks
Browse files
index dropdowns
parent
764f1823
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend_ddltn/app/js/personal/animateController.js
View file @
a6540292
...
...
@@ -9,13 +9,13 @@ angular.module('frontendDdltnApp.animate')
})
.
directive
(
'
personalanimate
'
,
function
(
$window
)
{
var
screenWidth
=
$window
.
innerW
value
th
;
var
screenWidth
=
$window
.
innerW
id
th
;
return
{
scope
:
{
value
:
'
=elem
'
,
},
link
:
function
(
scope
,
element
,
attributes
)
{
if
(
screenWidth
th
>=
768
)
{
if
(
screenWidth
>=
768
)
{
console
.
log
(
"
max-screen0
"
);
element
.
on
(
'
mouseenter
'
,
function
(
event
)
{
scope
.
value
=
!
scope
.
value
;
...
...
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