Neel

Results 9 issues of Neel

In my app, I have to show a to-do list where the lists are saved in date format like “2016-02-06” (YYYY-MM-DD) in sql. When I show those data in the...

I installed this plugin in Angular 1.3 and I am using the `.on` method like this: **Main Controller:** ``` vm.desktop = screenSize.on('md, lg'); vm.mobile = screenSize.on('xs, sm'); ``` **Ng-View:** ```...

Hi, Thank you for this awesome Angular Filesaver plugin. This plugin works in almost all browsers I have tested, including iOS Chrome and Safari. However, iOS Firefox doesn't download the...

First of all, thank you for this awesome plugin. I am using the FA Animation in my Angular App when Parent element is hovered. In iPads, when the link is...

Q1) If I use the `imagecache`, what is the default cache lifetime if no lifetime is mentioned as second parameter like the below code: ``` $img = Image::cache(function($image) { return...

The vimeo uploads has been working for over a year so far without a problem and there has been no changes to the server php or sql or any other...

I use Nervh File Uploader for the web app which works perfectly. However, I would like to use the same File Uploader for ionic mobile app that gets the photo...

### What happened? When I try to build ios app, I always get this fatal error: `platforms/ios/App/Plugins/onesignal-cordova-plugin/OneSignalPush.h:32:9: fatal error: 'OneSignal/OneSignal.h' file not found` If I remove the OneSignal plugin, it...

Love this plugin and I am using this in my Angular 1.5.9. and it works. However, I want to know if something like this possible. I want the sticky element...