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

changed module name in readmine #8

Merged
merged 1 commit into from
May 30, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Load the script file: sortable.js in your application:
Add the sortable module as a dependency to your application module:

```js
var myAppModule = angular.module('MyApp', ['ui.directives.sortable'])
var myAppModule = angular.module('MyApp', ['ui.sortable'])
```

Apply the directive to your form elements:
Expand Down