Sergio Robledo

Results 3 issues of Sergio Robledo

``` done: function(datamap) { datamap.svg.selectAll('.bubbles').on('click', function() { //Wont work on IOS Safari alert("hello"); }); } ```

Cannot export or import clases when using es6. Exporting class: ``` export class authRestService { constructor($resource, env) { this.$resource = $resource; this.env = env; } } ``` Importing class and...

enhancement

Checking out the latest docs, looks like the Progress Bar has been removed.