Aleksander Blomskøld

less info
3,759 reputation
41729
bio website folk.uio.no/aleksabl
location Oslo, Norway
age 29
visits member for 3 years, 5 months
seen 1 hour ago
stats profile views 376

Software developer, mainly working with Java batch applications


20h
answered Do not render element if there is no data
1d
comment How should I bind to an element's style in an angular directive?
@Pedr since the styleChangeFn is defined inside the link function, the scope is available inside styleChangeFn.
1d
answered Angular: scope watch not being triggered, even with objectEquality = true
1d
comment Angular: scope watch not being triggered, even with objectEquality = true
Have you configured the scope as well for your directive, or just the link function? For instance you may have scope: true, or scope:{...}
1d
comment Angular: scope watch not being triggered, even with objectEquality = true
What have you configured the scope to be in the directive?
1d
revised HTML is not compiled inside angular directive
deleted 2 characters in body; edited tags
1d
revised Ternary operator and code suggestion needed
edited tags
2d
revised Angular.js variable binding
added 38 characters in body
2d
answered Angular.js variable binding
2d
revised A ternary in angular templates ( angularjs )
added 24 characters in body
2d
comment why does this does throw a number format exception
Do some debugging. Either use your debugger in the IDE and set a breakpoint on the first Double.parseDouble line, or add some System.out.printlns (I think you're interested in the value of text and temp, then you'll see what is wrong).
2d
answered Angular Resource Encoding URL
May
20
revised Is checking the referrer enough to protect against a CSRF attack?
deleted 41 characters in body
May
19
answered Sling - Loop through properties of a resource
May
19
answered A ternary in angular templates ( angularjs )
May
19
answered Ternary operator and code suggestion needed
May
8
reviewed Looks Good Nhibernate empty query
May
8
revised AngularJS: service query returning zero result
Fixed link
May
6
answered Update html on model change
May
6
answered How to access the services from RESTful API in my angularjs page