summaryrefslogtreecommitdiffstats
path: root/app/common/components/index.js
blob: 67d5a2d53540bbeeb1a60cdc0148dabc79c574e3 (plain)
1
2
3
4
5
6
7
8
9
/**
 * A module to contain common components
 */
window.angular && (function(angular) {
  'use strict';

  // Register app.common.components module
  angular.module('app.common.components', []);
})(window.angular);
OpenPOWER on IntegriCloud