invoice.js 108 B

1234567
  1. 'use strict';
  2. angular.module('pos')
  3. .controller('InvoiceCtrl', function ($scope, $timeout) {
  4. });