---
layout: "docs_api"
version: "unstable"
versionHref: "/docs/unstable"
path: "api/directive/faDraggable/"
title: "fa-draggable"
header_sub_title: "Directive in module famous.angular"
doc: "faDraggable"
docType: "directive"
---

<div class="improve-docs">
  <a href='https://github.com/Famous/famous-angular/edit/master/src/scripts/directives/fa-draggable.js#L1'>
    Improve this doc
  </a>
</div>





<h1 class="api-title">

  fa-draggable



</h1>





fa-draggable Applies a Famo.us Draggable Modifier to its children, making them
respond to touch and mouse dragging






  
<h2 id="usage">Usage</h2>
  
    

  ```html
  <fa-draggable>
  ...
  </fa-draggable>
  ```
    ```html
  <ANY>
  ...
  </ANY>
  ```
    
  

  





