metaware / angular-invoicing

Create free and unlimited one off invoices using this little Invoicing app made with Angular JS
http://metaware.github.io/angular-invoicing/
661 stars 268 forks source link

Print button not working #16

Closed devcon14 closed 8 years ago

devcon14 commented 8 years ago

I just noticed this while updating my version.

$scope.printInfo = function() { window.print(); };

Seems to have disappeared in the latest version of main.js.