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.
1 parent 3e9434f commit f478ab1Copy full SHA for f478ab1
1 file changed
web-ui/src/main/resources/catalog/components/search/mdview/mdviewDirective.js
@@ -605,16 +605,16 @@
605
]);
606
607
module.directive("gnMetadataSocialLink", [
608
- "gnUtilityService",
+ "gnMetadataActions",
609
"$http",
610
- function (gnUtilityService, $http) {
+ function (gnMetadataActions, $http) {
611
return {
612
templateUrl: "../../catalog/components/search/mdview/partials/social.html",
613
scope: {
614
md: "=gnMetadataSocialLink"
615
},
616
link: function (scope, element, attrs) {
617
- scope.mdService = gnUtilityService;
+ scope.mdService = gnMetadataActions;
618
619
scope.$watch(
620
"md",
0 commit comments