-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add support for importing from Google Docs #75
base: master
Are you sure you want to change the base?
Conversation
… editable area. woo hoo.
… cleaner. commented out alerts.
when google.picker.Action.CANCEL then promise.reject('USER_CANCELLED') | ||
else | ||
promise.progress(data) | ||
picker = builder.build() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! I did the exact same thing locally, just forgot to commit it ; ) No wonder it worked for me.
This is definitely better than before, but it has lots of issues that we don't have time to deal with right here.
So I want to create a new branch from master called alpha and put this there so we can demo it. We will need an alpha.oerpub.org to run it. I will make a separate Pivotal for that. |
Conflicts: scripts/controllers/routing.coffee
This is a replacement PR for #43 .
New entry in the Add drop down: New Google Doc Import
When that entry is clicked:
Unresolved issues: