Skip to content

Commit

Permalink
Update DEVELOPER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matiastucci committed May 16, 2016
1 parent 0f4fdda commit d561694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ The `@Cordova` decorator has a few more options now.

`clearFunction` is used in conjunction with the `observable` option and indicates the function to be called when the Observable is disposed.

### Testing your changes

You need to run `npm run build_bundle` in the `ionic-native` project, this will create a `dist` directory. Then, you must go to your ionic application folder and replace your current `node_modules/ionic-native/dist/` with the newly generated one.

### 'Wrapping' Up

That's it! The only thing left to do is rigorously document the plugin and it's usage. Take a look at some of the other plugins for good documentation styles.

0 comments on commit d561694

Please sign in to comment.