angular-cellar
angular-cellar copied to clipboard
Sample Angular.js application (Wine Cellar Management App)
i'm trying to learn angularjs - saw that you had made a cellar version and was glad to see it. however, the version is about 44 entries old. with my...
http://coenraets.org/angular-cellar I cannot list existing wines or add new ones. fromJson error: {"error":{"text":SQLSTATE[42000] [1049] Unknown database 'demo'}} SyntaxError: JSON.parse: unexpected character
If your database has a password where do you specify this?
As per the title, the list on the left doesn't auto-refresh when the data has been updated.
I have never used mySQL before and i'm on ubuntu. i have struggled for 30m to 1h to get this working and i keep getting stupid errors related to not...
Hey, Your README says: ``` bash mysql cellar -u root < cellar.sql ``` But I believe it should be: ``` bash mysql cellar -u root -p < cellar.sql ``` At...