From 5c9ab02ee19ae153c46adefc67b5e065e395c7e4 Mon Sep 17 00:00:00 2001 From: Remo Laubacher Date: Thu, 30 May 2013 12:22:45 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66222d5..65147ea 100644 --- a/README.md +++ b/README.md @@ -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: