app.directive('loyaltyPrograms',[function(){ return { restrict: 'E', replace: true, templateUrl: 'app/views/loyalty-programs.html' } }])