Update angular-ui-sortable.d.ts

This commit is contained in:
Basarat Ali Syed
2015-03-12 11:43:23 +11:00
parent 8b10d4fbb0
commit b03bef04da
+1 -1
View File
@@ -5,7 +5,7 @@
/// <reference path="../angularjs/angular.d.ts" />
declare module ng.ui {
declare module angular.ui {
interface UISortableOptions<T> extends SortableOptions<T> {
'ui-floating'?: string|boolean;