Leandro Zubrezki
Leandro Zubrezki
Hi Danny!, great work with this directive! I am using ngAutocomplete (https://github.com/wpalahnuk/ngAutocomplete) in other project and i think that could be great to implement the same features in this directive!...
Hi people!, i have a ng-repeat directive where each row has a timer like this (Jade): ``` timer(ng-attr-id='{{travel._id}}', autostart='travel.departed', interval='1000', countdown='travel.googleDuration - currentTimes[travel._id]') {{hours}} hs, {{minutes}} min, {{seconds}} seg. ```...
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] feature request ``` ### Desired functionality...
Hi!, first thanks for this awesome library! I used it in a couple of projects already and its super useful. I am getting this error: ERROR: Download error code: 22,...
This is a... ---- - [ ] :beetle: Bug Report - [X] :rocket: Feature Request - [ ] :scroll: Documentation Request Which target(s) are you using? ---- - [X] Google...
Thanks first for creating this tools, it was perfect for our use case! We are using it in conjunction with https://github.com/RasCarlito/axios-cache-adapter, which allows us to cache some requests to speed...
Hi!! I have to create a new Timer in every POST request to a Node.js server a keep track of each one, because then i need to destroy a specific...
The buildUrl function is not working well when the direction service is called with the waypoints parameter, the path after calling 'path = buildUrl(path, args)' is like this: /maps/api/directions/json?origin=Vuelta%20de%20Haedo%20-%20Avenida%20Rivadavia%2C%20Haedo%2C%20Buenos%20Aires%2C%20Argentina&destination=Vuelta%20de%20Haedo%20-%20Avenida%20Rivadavia%2C%20Haedo%2C%20Buenos%20Aires%2C%20Argentina&waypoints=&waypoints=&language=es&sensor=false
Hi!, what I am trying to implement is parsing a ul that can have deeper levels like: ``` Title Page Copyright Page Dedication Page Preface: About this edition #1. Let’s...