We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e6e739 + 1c7f647 commit e1fd1fcCopy full SHA for e1fd1fc
app/scripts/directives/dashboard/stats/stats.html
@@ -11,7 +11,7 @@
11
</div>
12
13
14
- <a href="#">
+ <a ui-sref="{{goto}}">
15
<div class="panel-footer">
16
<span class="pull-left">View Details</span>
17
<span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span>
app/scripts/directives/dashboard/stats/stats.js
@@ -19,7 +19,8 @@ angular.module('sbAdminApp')
19
'name': '@',
20
'colour': '@',
21
'details':'@',
22
- 'type':'@'
+ 'type':'@',
23
+ 'goto':'@'
24
}
25
26
0 commit comments