Marián Hello
Marián Hello
Remove function is removing views in wrong order. As result, I was getting error from libraries like jquery-ui, when destroying resizable, draggable, widgets on view remove.
Hi currently there is only commonJS loading capability. My suggestion is to add UMD style module definition. ``` ;(function (root, factory) { 'use strict'; if (typeof exports === 'object') {...
Hi, thank you for this. Just small remark example is missing super.onCreate as result views not get initialized and you get nullpointer exception.
Hi. Great plugin. However I have problem with my mixed project where I'am using switft and objc. Bridging header is generated fine by this plugin, but somehow "ProductModuleName-header" for objc...
Hi, first thank you for great component. I would like to use it in HTML5 SPA. The only issue on mobile (Chrome, Safari) is that sometimes component is not responsive...
Hi, some small changes to pull. ### Changed - UMD wrapper for production version - upgrading grunt & node_modules - tests dependencies as bower dev dependencies - making load event...
Description: When model is removed from subcollection also model remove event is triggered. Expected: when model does not satisfy filter condition anymore, only subcollection remove event should be triggered Actual:...
In handlebar template when using blocks (each, with ...) ``` handlebars {{#each errors.currentPassword}} {{__ this}} {{/each}} ``` function getLocaleFromObject returns undefined instead of locale, which results in missing translation. I...
Hi, outstanding work. Is it possible to add video cropping?