Commit 943c1ab1 authored by Bahadir Can Yildiz's avatar Bahadir Can Yildiz

CHANGE rref #5340. Added url parameters on directives

parent 298d99e0
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</a> </a>
<ul class="dropdown-messages" uib-dropdown-menu ng-show="notifications[2].length > 0"> <ul class="dropdown-messages" uib-dropdown-menu ng-show="notifications[2].length > 0">
<li ng-repeat="notify in notifications[2] | limitTo: '8'"> <li ng-repeat="notify in notifications[2] | limitTo: '8'">
<a> <a href="{{notify.url}}">
<div ng-click="popModal(notify)"> <div ng-click="popModal(notify)">
<div> <div>
<strong>{{notify.title}}</strong> <strong>{{notify.title}}</strong>
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</a> </a>
<ul class="dropdown-alerts" uib-dropdown-menu ng-if="notifications[3].length > 0"> <ul class="dropdown-alerts" uib-dropdown-menu ng-if="notifications[3].length > 0">
<li ng-repeat="notify in notifications[3] | limitTo: '8'"> <li ng-repeat="notify in notifications[3] | limitTo: '8'">
<a role="button"> <a role="button" href="{{notify.url}}">
<div> <div>
<i class="fa fa-comment fa-fw"></i> New Comment <i class="fa fa-comment fa-fw"></i> New Comment
<span class="pull-right text-muted small">4 minutes ago</span> <span class="pull-right text-muted small">4 minutes ago</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment