'use strict'; angular.module('pos') .controller('InvoiceCtrl', function ($scope, $timeout) { });