Blame view

app/partials/taxes/taxes.controller.js 202 Bytes
e196b9b74   Anchit Jindal   new changes added
1
2
3
4
5
6
7
8
9
  'use strict';
  
  angular.module('acufuel')
  
  .controller('taxesController', ['$scope','$compile', 'uiCalendarConfig', 'taxesService', function($scope, $compile, uiCalendarConfig, taxesService) {
  
   
  
  }]);