Source: party/data.js

// Generated by CoffeeScript 1.12.7

/**
 * Volumes of a party
 * @module
 */
'use strict';
app.directive('partyData', [
  function() {
    return {
      restrict: 'E',
      templateUrl: 'party/data.html',
      scope: false
    };
  }
]);

//# sourceMappingURL=data.js.map