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:
@@ -1,10 +1,23 @@
|
||||
[
|
||||
'lib/jquery/jquery-1.8.2.min.js',
|
||||
'lib/jquery/jquery-2.0.3.min.js',
|
||||
|
||||
/* the jquery ui elements we need */
|
||||
/* NOTE: I've opted not to use the full lib, just the parts we need to save on DL */
|
||||
'lib/jquery/jquery.ui.core.min.js',
|
||||
'lib/jquery/jquery.ui.widget.min.js',
|
||||
'lib/jquery/jquery.ui.mouse.min.js',
|
||||
'lib/jquery/jquery.ui.sortable.min.js',
|
||||
'lib/jquery/jquery.ui.effect.min.js',
|
||||
'lib/jquery/jquery.ui.effect-highlight.min.js',
|
||||
|
||||
'lib/angular/angular.min.js',
|
||||
'lib/angular/angular-cookies.min.js',
|
||||
'lib/angular/angular-cookies.min.js',
|
||||
'lib/angular/angular-ui-sortable.js',
|
||||
|
||||
'lib/bootstrap/js/bootstrap.js',
|
||||
'lib/underscore/underscore.js',
|
||||
'lib/umbraco/Extensions.js',
|
||||
'lib/underscore/underscore.js',
|
||||
'lib/umbraco/Extensions.js',
|
||||
|
||||
'lib/umbraco/NamespaceManager.js',
|
||||
'lib/umbraco/LegacyUmbClientMgr.js',
|
||||
'lib/umbraco/LegacySpeechBubble.js',
|
||||
|
||||
Reference in New Issue
Block a user