Skip to content

Instantly share code, notes, and snippets.

View gordonjl's full-sized avatar

John Gordon gordonjl

  • Covetrus
  • Portland, ME
View GitHub Profile
@gordonjl
gordonjl / karma.conf.js
Last active December 19, 2015 06:19
AngularJS Directive testing with external html templates.
//...
files = [
JASMINE,
JASMINE_ADAPTER,
'main/webapp/app/lib/jquery-1.8.1.js',
'main/webapp/app/lib/jquery.autotab-1.1b.js',
'main/webapp/app/lib/jquery.placeholder.min.js',
'main/webapp/app/lib/date.js',
'main/webapp/app/lib/angular/angular.js',