Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 3 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | 'use strict'; |
||
2 | |||
3 | angular.module('game', ['ngAnimate', 'ui.router', 'rzModule', 'pascalprecht.translate', 'ngSanitize']); |
||
4 |