Rui Alves

Results 35 comments of Rui Alves

Looks like it. It's written in an old version of Angular and last commit was 2 years ago.

@mtobeiyf exactly something like that Thanks

@jeodiong please do what @legendarynacar is telling

+1 I want to add some background color and currently it's impossible to do so

I'm using **version 8.0.0** on **Windows 10** and i was wondering why my pdfs wouldn't use any css. @olup is right, with his change in line 15 of render.js it...

I solved this by calling `L.map(...)` instead of `L.mapbox.map(...)`. [**L.mapbox.map**](https://docs.mapbox.com/mapbox.js/api/v2.4.0/l-mapbox-map/) extends from [**L.map**](https://docs.mapbox.com/mapbox.js/api/v2.4.0/l-map-class/). The former expects 3 parameters `L.mapbox.map(element, id|url|tilejson, options)` and the latter only two `L.map(element, options)` After that...

@bnbturki did you try something like: https://gist.github.com/bencevans/4504864 We are using Mapbox 2.4.0 and it works fine using that plugin

What's the status on this? I would love the link with anchor text. Thanks for your hard work on ESDoc

> I've finally achieved it by [installing nebular manually](https://akveo.github.io/nebular/8.0.x/docs/guides/install-nebular#manually), importing css directly inside component scss, making component encapsulation ShadowDom and adding class `nb-theme-default` to `ion-content`: > > my-component.scss: > >...