Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(document-viewer): fix example #1568

Merged
merged 3 commits into from
May 16, 2017
Merged

refactor(document-viewer): fix example #1568

merged 3 commits into from
May 16, 2017

Conversation

danielsogl
Copy link
Owner

@danielsogl danielsogl commented May 16, 2017

fix #1565

@@ -82,7 +82,7 @@ export class DocumentViewer extends IonicNativePlugin {
* @param [onError] {Function}
*/
@Cordova({ sync: true })
canViewDocument(url: string, contentType: string, options: Array<DocumentViewerOptions>, onPossible?: Function, onMissingApp?: Function, onImpossible?: Function, onError?: Function): void { }
canViewDocument(url: string, contentType: string, options: DocumentViewerOptions, onPossible?: Function, onMissingApp?: Function, onImpossible?: Function, onError?: Function): void { }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs above need to be updated as well to reflect this change

@ihadeed ihadeed merged commit b35417a into danielsogl:master May 16, 2017
@danielsogl danielsogl deleted the patch-13 branch June 1, 2017 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs(document-viewer): Docs not clear
2 participants