feat(plugin): add launch navigator

https://github.com/driftyco/ionic-native/issues/18
This commit is contained in:
Ibrahim Hadeed 2016-03-06 15:11:19 -05:00
parent 18df9a5aeb
commit 984e7fc9d1

View File

@ -56,9 +56,11 @@ export interface launchNavigatorOptions {
*
* @usage
* ```js
* Badge.set(10);
* Badge.increase();
* Badge.clear();
* LaunchNavigator.navigate("Toronto, ON", "London, ON")
* .then(
* success => console.log("Launched navigator"),
* error => console.log("Error launching navigator", error)
* );
* ```
*/
@Plugin({