An Angular Controller
file: code/Winxle-Admin/CampaignCtrl.js 36: wApp.controller('CampaignCtrl', 37: ['$scope','$routeParams', '$sce', 'webService','CampaignIterator', 38: function ($scope, $routeParams, $sce, webService, CampaignIterator) {
Injected!