file: code/Winxle-Admin/CampaignCtrl.js 80: $scope.noteNext = function(status) { 81: $scope.campaign.status = status; 82: $('.note-box').show(); 83: $('body').addClass('has-note-box'); 84: };