This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Apply the directive to your form elements:
39
39
40
40
### Options
41
41
42
- All the jQueryUI Sortable options can be passed through the directive.
42
+ All the [ jQueryUI Sortable options] ( http://api.jqueryui.com/sortable/ ) can be passed through the directive.
43
43
44
44
45
45
``` js
Original file line number Diff line number Diff line change 8
8
"main" : " ./sortable.js" ,
9
9
"dependencies" : {},
10
10
"devDependencies" : {
11
- "angular-ui-publisher" : " 1.x" ,
11
+ "angular-ui-publisher" : " 1.2. x" ,
12
12
"grunt" : " ~0.4.x" ,
13
13
"grunt-contrib-connect" : " 0.5.x" ,
14
14
"grunt-contrib-jshint" : " 0.8.x" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ var path = require('path');
8
8
module . exports = function ( ) {
9
9
10
10
var js_dependencies = [
11
- 'bower_components/jquery/jquery.js' ,
11
+ 'bower_components/jquery/dist/ jquery.js' ,
12
12
'bower_components/jquery-ui/ui/jquery-ui.js'
13
13
] ;
14
14
@@ -30,6 +30,7 @@ module.exports = function() {
30
30
// HACK TO LOAD JQUERY BEFORE ANGULAR
31
31
return [ 'vendor/jquery.js' ] . concat ( defaultJsFiles , js_dependencies . slice ( 1 ) . map ( putThemInVendorDir ) . concat ( [ 'dist/sortable.js' ] ) ) ;
32
32
} ,
33
+ bowerData : { main : './sortable.js' } ,
33
34
tocopy : css_dependencies . concat ( js_dependencies )
34
35
} ;
35
36
} ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = function(config) {
14
14
15
15
// list of files / patterns to load in the browser
16
16
files : [
17
- 'bower_components/jquery/jquery.js' ,
17
+ 'bower_components/jquery/dist/ jquery.js' ,
18
18
'bower_components/jquery-simulate/jquery.simulate.js' ,
19
19
'test/libs/jquery.simulate.dragandrevert.js' ,
20
20
'bower_components/jquery-ui/ui/jquery-ui.js' ,
You can’t perform that action at this time.
0 commit comments