angular-sailsjs-boilerplate
angular-sailsjs-boilerplate copied to clipboard
'Boilerplate' for AngularJS + Sails.js
Hi , Should I use this repo for migration of my angular V1 code for the angular frontend or wait to rebuild a better version? https://github.com/mgechev/angular2-seed
I saw that this part of the project is not finished. Do you know when is scheduled? Someone has finished something like this? Thanks.
``` error: Sending 500 ("Server Error") response: Error (E_UNKNOWN) :: Encountered an unexpected error error: la sintaxis de entrada no es válida para integer: «» at Connection.parseE (C:\Users\user\app\backend\node_modules\sails-postgresql\node_modules\pg\lib\connection.js:539:11) at Connection.parseMessage...
I might see if I can circle back and see what is wrong but everything works just fine it is just that the URL is a bit off: When I...
Hi! It would be wonderful to have unit test examples added to the front and back-end, so new user can get started in the right direction with solid examples. Thanks!
I am trying to set up my site to be served with nginx. Currently if I run gulp dist it works fine and I get a folder with a bunch...
The policies `addDataCreate` and `addDataUpdate` are meant to be run on routes that save data to automatically set and update `createdUser` and `updatedUser` fields but this doesn't work if you're...
I could not find a way to upload files via your socket-connection. http://sailsjs.org/documentation/reference/request-req tells me this is not supported for websockets. I added an upload function to your DataService.js: ```...
Seems like the RouteProvider is not replacing the current url. When I click on add, i would expect an address such as localhost/examples/book/add . However, I get localhost/examples/book//examples/book/add. Does anyone...
I think the problem only relates to this boilerplate. Tough I love to use it I need to upload files and therefore use "skipper", the house-own tool from sailsjs to...