Germán Vicencio L.
Germán Vicencio L.
I later tried the array notation for defining controllers (the one in your examples) and it didn't work either, uhm.
> * Remember to set `pdf.displayHeaderFooter` to `true`. > * Add margins for the document: [puppeteer/puppeteer#1853](https://github.com/puppeteer/puppeteer/issues/1853) I would add: Remember to set a font-size of 8px or more, because the...
Or.. an easier question: Is there a Linux replacement for Arial that is already installed on Heroku's default environment?
This fix is very important!
Whats the status of this? :)
hummm is not working for me. Are those css definitions in a new css file after the ui-select css file? thats what I tried. Or are you overriding ui-select css...
The following just worked for me. ``` .ui-select-match-text > span { width: 80%; overflow: hidden; text-overflow: ellipsis; position: absolute; } ``` I'm not touching original ui-select css file. This definitions...
I've noticed a case in which this solution doesn't work... Put the ui-select inside an input-group: I typically use these input-groups for optional selection. Here is a screenshot within and...
can this issue be opened? the Plunkr I created shows pretty clear that this is not solved