app.js 93 B

123456
  1. angular.module('YellowLabTools', [
  2. 'Results',
  3. 'ngModal',
  4. 'ShowOffendersDirective'
  5. ]);