Wojciech Frącz

Results 48 comments of Wojciech Frącz

[angular-slick](http://vasyabigi.github.io/angular-slick/) have _one at a time_ option that does what you (and I) want.

I think that posting an `initialized` event from slider would do the trick as I would be able to detect appropriate moment to update the values.

Had the same problem and function from [this post](//autohotkey.com/board/topic/75390-ahk-l-unicode-uri-encode-url-encode-function/?p=480216) solved it. Just copy & paste it into `Miscellaneous/miscellaneous.ahk` file.

Actually, the fix for it is not to clear the `$rootScope.viewTitle` on scope's `$destroy` event. A one little drawback is that title won't change if your new view does not...

Please note that it can be fixed in client side only in desired situations by stopping the mouse down event propagation. Just add the `ng-mousedown="$event.stopPropagation()"` to child element. http://plnkr.co/edit/onwCzYy4mtI8pz1mSoNV?p=preview

The title always reflects the state title. However, the first entry in the browser history also has the title of the current state. It should have the title of the...

I would leave the `filter.$stateful` configuration and conditional for applications that [do not need to change the language on the fly feature](https://github.com/angular-translate/angular-translate/issues/945). Stateful filters are [generally not recommended](https://docs.angularjs.org/guide/filter#stateful-filters) as they...

Is there any workaround for now? I.e. how to duplicate existing files in `FielsCollection` now?

Ended up with the following code for duplicating certain files. Could you take a look, please? ```js // collection definition const Attachments = new FilesCollection({...}). // inside some meteor method:...