File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99< div class ="holder padding-zero " ng-controller ="WidgetWallCtrl as WidgetWall ">
1010 < div class ="feedback-plugin review-wall ">
1111 < div class ="intro text-center padding-top-ten padding-bottom-twenty ">
12- < p class ="margin-top-ten margin-bottom-zero " ng-if ="WidgetWall.reviews.length "> Reviews: < span style ="font-weight:400; "> {{WidgetWall.reviews.length}}</ span > </ p >
13- < p ng-if ="WidgetWall.reviews.length "> Average Rating: < span style ="font-weight:400; "> {{ WidgetWall.totalRating / (WidgetWall.reviews.length) | number:2 }}/5</ span > </ p >
12+ < p class ="margin-top-ten margin-bottom-zero " ng-if ="WidgetWall.reviews.length "> Your Reviews: < span style ="font-weight:400; "> {{WidgetWall.reviews.length}}</ span > </ p >
13+ < p ng-if ="WidgetWall.reviews.length "> Your Average Rating: < span style ="font-weight:400; "> {{ WidgetWall.totalRating / (WidgetWall.reviews.length) | number:2 }}/5</ span > </ p >
1414 < div class ="rating br-wrapper br-theme-css-stars " ng-if ="WidgetWall.reviews.length ">
1515 <!--<ng-rate-it ng-model="WidgetWall.startPoints" class="custom" read-only = "true"></ng-rate-it>-->
1616 < average-star-rating ng-model ="WidgetWall.startPoints " max ="5 "> </ average-star-rating >
2424 < p ng-if ="WidgetWall.startPoints>4 " ng-if ="WidgetWall.reviews.length "> Outstanding</ p >
2525 </ div >
2626 < div ng-if ="WidgetWall.noReviews " class ="no-event-found padded ">
27- < div class =" well " > No Reviews. </ div >
27+ < div > You have not submitted any reviews. If you would like to do so, click the button below. Thanks! </ div >
2828 </ div >
2929 <!--<a class="btn btn-success btn-sm" ng-if="WidgetWall.noReviews && WidgetWall.reviews" ng-click="WidgetWall.submitReview()">Submit Review</a>-->
3030 <!--<a class="btn btn-success btn-sm" ng-if="!WidgetWall.noReviews && WidgetWall.reviews" ng-click="WidgetWall.submitReview()">Write a Review</a>-->
You can’t perform that action at this time.
0 commit comments