ViewRecipCtrl - Fix advisory name on function
authorTim Otten <totten@civicrm.org>
Wed, 15 Apr 2015 08:32:53 +0000 (01:32 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 16 Apr 2015 23:17:03 +0000 (16:17 -0700)
ang/crmMailing/ViewRecipCtrl.js

index bc5507d4d2fb117bfc008a3ca976bcb418332e5d..d07bb83e71ac9a6e058409df5bf5fc4d169fd844 100644 (file)
@@ -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 = '';