aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/core/PagingTableService.js
Commit message (Collapse)AuthorAgeFilesLines
* NavbarService:Trygve Laugstøl2013-01-221-1/+1
| | | | | | o Storing the current tab with $location.search. JenkinsApp: o Implementing job search.
* o Adding a page={page} when paging through the person list.Trygve Laugstøl2013-01-211-0/+8
|
* o Improved paging with a "view" state that's either 'loading', 'data' or ↵Trygve Laugstøl2013-01-211-26/+46
| | | | 'error'.
* PagingTableService:Trygve Laugstøl2013-01-131-4/+15
| | | | o Preventing sending too many queries. Sending the latest query when the previous one completes.
* PagingTableService:Trygve Laugstøl2013-01-131-1/+29
| | | | | o Adding support for showing a spinner if the query takes more than 500ms. o Adding a spinner when searching for people.
* o Adding PagingTableService.showNext()/nextDisabled() for better look when ↵Trygve Laugstøl2013-01-131-7/+34
| | | | searching.
* o Implementing search on people page.Trygve Laugstøl2013-01-121-2/+16
|
* o Creating bin/web for running the web application.Trygve Laugstøl2013-01-111-0/+72