Closed flyjwayur closed 8 years ago
@flyjwayur I’ve updated your pull request because it included all the dist/
files, I had to git push --force
it, so make sure to do git pull
before you continue working on it.
actually there are a lot of changes that revert things that we added recently, let me fix it
okay never mind, I’m sorry but you’ll have to restart this pull request. Make sure you have the latest commit of the master branch before you create your branch, because the one you started with was definitely out of date
@gr2m @titay2 Hey, I'm working on checking letters in edit-app-container. It checks letters of the new app name and pretty similar with checking letters in create-app-container.tag. But I have one error now. When I clicked 'apply' button for updating new name to app, in console it shows this error. as below (The original app name was 'a' and I gave app name 'a2' to app for testing.) It seems like it's not taking a new app name in the route.
Can using global variable(var renameInput = self["app-new-name"].value) for 'handleRenameInput' and 'handleSubmit' functions ?:)