DevQueen

Results 3 issues of DevQueen

I am unable to get the AutoComplete list to display. My service returns json model: TagID: 1, text:MyText but the AutoComplete list never displays. My HTML: ` ` My Controller...

I am trying to use dirPagination in a table in an ng-repeat. My problem is that I cannot get the control to show. I just got the code today, so...

My pdf comes in as a byte array. I'm trying to show it using your viewer. My Controller code: ` lwsService.getdocument(id) .success(function (response) { var fileName = response[0].FileName; var fileImage...