Germán Vicencio L.

Results 5 issues of Germán Vicencio L.

I've been using a different "way" of creating controllers, so is not exactly as your example. I can't get the spinner to start: ``` var myApp = angular.module('myApp', ['ngRoute', 'ui.bootstrap',...

$scope.users = [ { id: 1, first_name: 'Rob', last_name: 'John', mobile: 4444, isFoo: false }, { id: 2, first_name: 'John', last_name: 'Wayne', mobile: 3333, isFoo: false }, { id: 3,...

When using Arial in my source html, ie: html { font-family: Arial } I get a bold font when converted to PDF: ![image](https://user-images.githubusercontent.com/2080549/104773511-ecb32e80-5753-11eb-8467-4632e0dffe33.png) I tried adding an extra buildpack that...

Hello, Thanks for this directive! Have you considered adding `accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"` to the directive template? template: '', This way only ".xlsx" files will be listed in the file dialog

This is my ui-select: ``` {{$select.selected.code}} - {{$select.selected.name}} Code: ``` When an item is selected, say: ``` { code: "some large code", name: "some very large name, foo bar qux"...

PRs plz!
type: enhancement