This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
robert
/
Kasse
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
818ad78fe2
Branche
Tagy
master
v2.0
Kasse
/
scripts
/
controllers
/
invoice.js
invoice.js
108 B
História
Raw
1
2
3
4
5
6
7
'use strict';
angular.module('pos')
.controller('InvoiceCtrl', function ($scope, $timeout) {
});