* showing selected row
Support for showing selected row for the components:
- DataTable
- DocumentList
- Activiti TaskList
- Activiti ProcessList
fixes#170
* unit test fixes
* Allow navigation to folders from search results
- Uses router to pass ID of the folder
- Modified document list component to accept folder ID without path
- Current limitations
- Breadcrumb cannot currently be shown when navigating via folder id
- Clicking between folders does not update the current route
* Allow root folder ID to be changed and have documentlist reload
- e.g switching from Company home to My Files
* New tests for navigating to folders based on ID
Refs #666
- interpolate ng2 components html content
- fix: load images for Login
- fix: load images for User Info
- fix: load images for Document List
- fix: decorator inheritance issue for Form
- fix: load images for Search
- expose ‘error’ event
- change path only on successful navigation
- extend demo shell with error handling and reporting
- additional unit tests for document-list
* #1167 document-list improvements
- allow setting custom root path
- document-list module now re-exports datatable module (no need
importing it separately if document-list is already used)
- documentation updates and fixes
* readme updates and unit test
- expose ‘properties’ for the Node model
- Row filtering support for Document List (refs #522)
- Custom image resolver for Document List (refs #532)
- readme updates