5,974 reputation
1616
bio website github.com/rewritten
location Barcelona, Spain
age 37
visits member for 2 years, 11 months
seen 2 mins ago
stats profile views 249

Jun
11
comment Why is my input type date value not set using Angular?
The native HTML5 date field in Chrome does not integrate correctly with ng-change and ng-model. If one selects a date from the selector, the change is not reflected. If one writes a date with the keyboard, the change is reflected in the model. Is this your setting? Is it worth a bug report?
Jun
10
comment AngularJS iterate linearly over a matrix of objects
In the OP's problem, the 'absolute' positioning are not the problem, much more the percentage calculations for the positions. Which depend on the container, not on the positioning anchor.
Jun
10
comment Conditional indexing in rails sunspot
you don't need multiple in text field anyway.
Jun
7
answered AngularJS: Retrieve newly created Record Id in CoffeeScript
Jun
7
answered Understanding ruby case statement
Jun
7
comment Understanding ruby case statement
Results from ActiveRecord calls are never arrays, until they are eval'ed, like printed in console etc.
Jun
7
comment Understanding ruby case statement
puts show_participant_users.class and check that it's indeed a subclass of Array.
Jun
7
answered How to do bulk or multiple API calls in a frontend JS framework?
Jun
7
answered ng-class with dynamic values and conditionals
Jun
6
comment w3c validation with Directives in angularjs
it works with custom directives, it's a feature of the angular compiler! A directive can be declared in any of the above ways (say, use underscores if you write templates in HAML+new ruby hash syntax, use colons if you want to break everyone's brain...)
Jun
6
answered In AngularJS, how to stop ongoing $http calls on query change
Jun
6
revised AngularJS iterate linearly over a matrix of objects
added 167 characters in body
Jun
6
comment Filtering an ng-repeat by couchdb field
So what was the solution?
Jun
6
answered AngularJS iterate linearly over a matrix of objects
Jun
6
answered How to hook the template rendering
Jun
6
answered AngularJs Binding directives to getter properties
Jun
6
answered Get query string using Angularjs
Jun
6
comment w3c validation with Directives in angularjs
Prepend the attributes with data- and declare it to be HTML5.
Jun
6
revised w3c validation with Directives in angularjs
Added html5 doctype comment, and example
Jun
6
revised Prepopulating checkbox with content from array?
declaring variable makes runnable javascript.