Changed to jquery 2.0.3, added a few jquery ui bits and pieces, got the sort dialog working with an angular-ui sortable directive and styled it.
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = function(karma) {
|
||||
|
||||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
'lib/jquery/jquery-1.8.2.min.js',
|
||||
'lib/jquery/jquery-2.0.3.min.js',
|
||||
'lib/angular/angular.min.js',
|
||||
'lib/angular/angular-cookies.min.js',
|
||||
'lib/underscore/underscore.js',
|
||||
|
||||
@@ -6,7 +6,7 @@ files = [
|
||||
JASMINE,
|
||||
JASMINE_ADAPTER,
|
||||
|
||||
'lib/jquery/jquery-1.8.2.min.js',
|
||||
'lib/jquery/jquery-2.0.3.min.js',
|
||||
'lib/angular/angular.min.js',
|
||||
'lib/angular/angular-cookies.min.js',
|
||||
'test/lib/angular/angular-mocks.js',
|
||||
|
||||
Reference in New Issue
Block a user