file: code/Winxle-Admin/CampaignCtrl.js 1: wApp.factory('CampaignIterator', function () { 2: "use strict"; 3: 4: var campaigns = { 5: cur_pos: 0, 6: list: [], 7: fakeID: Date.now() 8: };