Paolo Sinelli
Paolo Sinelli
@gablabelle did you solve this? I had the same issue. The problem was the images had no dimensions when the masonry plugin was loaded. My solution was to give the...
I have a similar problem. I am updating the model within a directive. The model is correctly updated in the scope of the controller, but the view does not change....
I understand this, but is this necessary? Wouldn't it be easier to deal directly with the model? Wouldn't this add out of the box features like native validation and two-way...
I found a solution here. http://stackoverflow.com/questions/4701798/google-maps-api-with-rails-3-0 I solved the issue name with the solution suggested by Lucas Efe. Then I had my map showed correctly adding [Map] as suggested in...
This is what I did to get the results from the remote server: **View** ``` ``` **Controller** ``` $scope.select2Options = { ajax: { url: "/api/users", dataType: 'json', data: function (term,...
I confirm I was finally able to build the module by using `opencv@2` formula and by setting `PKG_CONFIG_PATH="/usr/local/Cellar/opencv@2/2.4.13.2_2/lib/pkgconfig/"`
To make BackgroundSubtractor work, I had to include `BackgroundSubtractor.h` and `BackgroundSubtractorWrap::Init(target);` into `init.h` and rebuild the repo manually.