Pablo Dorgambide

Results 5 issues of Pablo Dorgambide

To your consideration. What think about to include inline comments up to [Accessible Members](https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#accessible-members-up-top) to allow see method signature and increase its information at a glance. Apling at your example...

> bower info openlayers > bower openlayers#\* not-cached git://github.com/openlayers/openlayers.git#* > bower openlayers#\* resolve git://github.com/openlayers/openlayers.git#* > bower openlayers#\* checkout master > bower openlayers#\* progress Checking out files: 59% (720/1219) > bower...

**Bug:** Browser storage mantein clear when $localstorage.$reset and try to load the same data. `$localstorage.$reset($localstorage); // Brower Local Storage are empty` **The cause:** On $reset the _last$storage variable is not...

A comma separated string could be writted with white spaces, at least in my case: ng-if-permission="ROLE_ADMINISTRADOR, ROLE_SUPERVISOR" It is solved and made the code more robust using trim and split...

A comma separated string could be writted with white spaces, at least in my case: `ng-if-permission="ROLE_ADMINISTRADOR, ROLE_SUPERVISOR" ` It is solved and made the code more robust using trim and...