Metadata-Version: 1.0
Name: js.angular-ui-sortable
Version: 0.13.0
Summary: Fanstatic packaging of Angular UI Sortable
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.angular_ui_sortable
        **********************
        
        Introduction
        ============
        
        This library packages `Angular UI Sortable`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Angular UI Sortable`: https://github.com/angular-ui/ui-sortable
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.angular_ui_sortable``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``sortable`` from ``js.angular_ui_sortable`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.angular_ui_sortable import sortable
          >>> sortable.need()
        
        
        CHANGES
        *******
        
        0.13.0 (2014-11-12)
        ===================
        
        - Initial release.
        
Platform: UNKNOWN
