commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / ang / crmMailing / PreviewRecipCtrl.js
1 (function(angular, $, _) {
2
3 // Controller for the "Preview Recipients" dialog
4 // Note: Expects $scope.model to be an object with properties:
5 // - recipients: array of contacts
6 angular.module('crmMailing').controller('PreviewRecipCtrl', function($scope) {
7 $scope.ts = CRM.ts(null);
8 });
9
10 })(angular, CRM.$, CRM._);