Germán Vicencio L.
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:  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"...