Diego

Results 31 comments of Diego

http://docs.angularjs.org/error/$rootScope:infdig?p0=10

not an issue with this library

@roaks3 I wouldn't expect this being merged in the next year or so. There are PRs pending for over a year now.

wondering the same, although there is still some years for angular1 to be called deprecated.

@LawJolla that's a very good point from you and the reason why we're still holding on to use horizon.io. We develop internal backend applications (ERP, CRM, user management, etc) and...

It won't detect my Samsung S6 Edge, only Apple devices. One of them is my Macbook. ``` [ { "rssi": -70.0, "company": "Apple, Inc.", "mac": "xx:xx:xx:xx:xx:xx" }, { "rssi": -51.0,...

@schollz unfortunately no. Don't worry, might be something with the router or the way Samsung deals with packets dunno. Here's the log tho. ``` [ ] 0% 1min 0s left['/usr/local/bin/tshark',...

Workaround using templates. https://github.com/phproberto/vscode-php-getters-setters#custom-templates setter.js ```javascript module.exports = (property) => ` /** * ${property.setterDescription()} * * @param ${property.getType() ? property.getType() : 'mixed'} \$${property.getName()} ${property.getDescription() ? property.getDescription() : ''} * *...

Not a solution for this issue, but I found an updated version of gulp-ng-annotate https://github.com/olov/ng-annotate/issues/245#issuecomment-373157859