Skip to content

Commit

Permalink
Merge pull request #195 from Loanberry/export-default
Browse files Browse the repository at this point in the history
export default module.name
  • Loading branch information
dennybiasiolli committed Jun 5, 2017
2 parents 2989041 + 2f22d71 commit 5784aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/angular-pdf.module.js
Expand Up @@ -5,3 +5,5 @@ export const Pdf = angular
.module('pdf', [])
.directive('ngPdf', NgPdf)
.name;

export default Pdf;

0 comments on commit 5784aae

Please sign in to comment.