From: Tim Otten Date: Wed, 15 Apr 2015 08:32:53 +0000 (-0700) Subject: ViewRecipCtrl - Fix advisory name on function X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7b05fbd81817db5b4c1f07c85d36e48c9c92aa74;p=civicrm-core.git ViewRecipCtrl - Fix advisory name on function --- diff --git a/ang/crmMailing/ViewRecipCtrl.js b/ang/crmMailing/ViewRecipCtrl.js index bc5507d4d2..d07bb83e71 100644 --- a/ang/crmMailing/ViewRecipCtrl.js +++ b/ang/crmMailing/ViewRecipCtrl.js @@ -1,6 +1,6 @@ (function(angular, $, _) { - angular.module('crmMailing').controller('ViewRecipCtrl', function EditRecipCtrl($scope) { + angular.module('crmMailing').controller('ViewRecipCtrl', function ViewRecipCtrl($scope) { $scope.getIncludesAsString = function(mailing) { var first = true; var names = '';