vat-preview-accountVoucher.ctrl.js 314 Bytes
Newer Older
Memorydoc's avatar
#  
Memorydoc committed
1 2 3 4 5 6 7 8
citModule.controller('citPreviewAccountVoucherController', ['$scope', 'vatSessionService', 'citSessionService',
    function ($scope, vatSessionService, citSessionService) {
        'use strict';

        $scope.citProject = vatSessionService.project;
        $scope.month = citSessionService.month;
    }
]);
Ken you's avatar
Ken you committed
9