Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

WIP: Import and Export File to Dev-App #114

Closed
wants to merge 1 commit into from

Conversation

preetham
Copy link
Contributor

@preetham preetham commented May 24, 2016

  • This commit is a part of implementing importing and exporting files into Dev-App .
  • Only Dev-App side of implementing import file is completed. Server side implementation as well as export of file remains.

Signed-off-by: Kamidi Preetham [email protected]

Signed-off-by: Kamidi Preetham <[email protected]>
file = cached.join("/");
}
var dialog = $('<div></div>').
html($compile('<form ng-controller="editor"> <input' +
Copy link
Contributor

@brunobottazzini brunobottazzini May 24, 2016

Choose a reason for hiding this comment

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

AFAIK, AngularJS does not allow declaration of the the same controller in two different forms.

Also, the $compile and $scope would inject the new code inside the editor controller so this form is not needed.

@brunobottazzini
Copy link
Contributor

The overall of the patch is really good.

Let's avoid the user to import files inside demo folder, try creating some lock when selecting the demo folder

Thank you very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants