app.js 91 B

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