Teodor Kolev

Results 18 issues of Teodor Kolev

Is there any option for left and right swiping at same time like [this](https://raw.githubusercontent.com/rambler-digital-solutions/swipe-layout-android/master/rambler.mail.gif) example? If there is how can I achieve that?

I have error while running all tests with mocha on webstorm. ``` (function (exports, require, module, __filename, __dirname) { import React from 'react' ^^^^^^ SyntaxError: Unexpected token import ``` How...

Is there any option for left and right swiping at same time like [this](https://raw.githubusercontent.com/rambler-digital-solutions/swipe-layout-android/master/rambler.mail.gif) example? If there is how can I achieve that?

Doesn't work at safari 8

How to get actual image file and show it in view? Also I am trying to get cropped and send it to server. How can I do that? Code I...

For example: We have a button with rootScope functions attached on. When click must change the options in .js file. Does that possible I have tried variations of thiese but...

If column is dynamically added, it is not shown in table. What I have tried: ``` let item = { title: 'some item', name: 'someItem', filtering: {filtering: '', placeholder: '',...

Is there any option for hiding and showing rows? How can I implement that? Thank you