loyaltyPrograms.js 153 B

1234567
  1. app.directive('loyaltyPrograms',[function(){
  2. return {
  3. restrict: 'E',
  4. replace: true,
  5. templateUrl: 'app/views/loyalty-programs.html'
  6. }
  7. }])