Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 5c9ab02

Browse files
committed
changed module name in readmine
I'm not sure about this at all but ui.directives.sortable didn't work for me. I had to remove directives to get the demo running.
1 parent 4ac4b0e commit 5c9ab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Load the script file: sortable.js in your application:
1818
Add the sortable module as a dependency to your application module:
1919

2020
```js
21-
var myAppModule = angular.module('MyApp', ['ui.directives.sortable'])
21+
var myAppModule = angular.module('MyApp', ['ui.sortable'])
2222
```
2323

2424
Apply the directive to your form elements:

0 commit comments

Comments
 (0)