I am new to angular and especially ui-router.
Here is a link:
SomeText
The link
Try to use a simple name for state as 'topics' and use 'topics/:topicId' as url property. After that you can use ui-sref='topics({topicId: topic.id})'
'topics'
'topics/:topicId'
ui-sref='topics({topicId: topic.id})'