nraynaud / webgcode

Online G-Code simulator, controller code for STM32F4-Discovery and google chrome extension to send the code to it.
http://nraynaud.github.io/webgcode/webapp/visucamTest.html#/
Other
373 stars 162 forks source link

Code cleanup #1

Closed cyril-sf closed 9 years ago

cyril-sf commented 9 years ago

Bringing Ember.js best practices to the application.

nraynaud commented 9 years ago

Thanks. I think there is a problem with using the operation controller as the current operation. That's what I did in the beginning, but when navigating back to /, the current operation stays inside the controller instead of becoming null.

cyril-sf commented 9 years ago

correct, I'll fix that.

cyril-sf commented 9 years ago

Problem fixed. I've also fixed an issue that would redirect you when deleting the non current operation.

I feel like they're a better way to deal w/ the current operation, but I don't have enough time ATM.