We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c56967 commit e47d789Copy full SHA for e47d789
README.md
@@ -4,8 +4,6 @@ ng-sortable
4
5
Angular Library for Drag and Drop, supports Sortable and Draggable. No JQuery UI used. Supports Touch devices.
6
7
-If you use this module you can give it a thumbs up at [http://ngmodules.org/modules/ng-sortable](http://ngmodules.org/modules/ng-sortable).
8
-
9
#### Release:
10
11
Latest release version 1.3.6
@@ -274,7 +272,7 @@ Run the following commands from the project root directory.
274
272
275
273
##### Commands to run:
276
$ grunt build - builds the source and generates the min files in dist.
277
- $ grunt server - runs a local web server on node.js
+ $ grunt serve - runs a local web server on node.js
278
$ grunt test - runs the tests (WIP).
279
$ grunt test:continuous - end to end test (WIP).
280
0 commit comments