review.js
480 Bytes
import './comment/frCommenter';
import './match/MatchController';
import './common/directives/motmPoll';
import './media/mediaViewerComponent';
import './media/mediaListComponent';
import './common/directives/formations';
import matchStats from './match/matchStats';
import gauge from './match/gauge';
angular.module('fr.review', ['fr.formations'])
.directive('matchStats', matchStats)
.directive('gauge', gauge);
angular.module('footyroom').requires.push('fr.review');