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

Commit 7e5fabf

Browse files
committed
Merge pull request #8 from Remo/patch-1
changed module name in readmine
2 parents 4ac4b0e + 5c9ab02 commit 7e5fabf

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)