Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Update index.md #251

Closed jamesanthonyferguson closed 9 years ago

jamesanthonyferguson commented 10 years ago

Gave an example for the fa-draggable doc.

jordanpapaleo commented 9 years ago

Hi @jamesanthonyferguson -

Thank you for taking the time to contribute. Unfortunately the file you changed is a generated file thus your change is lost after a build. Changes to the that doc originates from src/scripts/directives/. Take a look at fa-scrollview.js; its a good example Once you make a change in this directory, run gulp docs to generate the docs. This will update the content in the file you changed.

So obviously I am not going to merge in your PR but I would encourage you to get your change into the correct place and then resubmit your PR.

Thanks,

Jordan