Gilad Peleg
Gilad Peleg
My solution for this is as follows: 1. in app.js (routing) add the following: `$locationProvider.html5Mode(true);` 2. in index.html add the following: `` in `` tag 3. in `server.js` add the...
Joining that request..
Feel free to create a fixing PR for this 👍
Seems like the version changed from under our feet, they have an open issue on it: https://github.com/springfox/springfox-demos/issues/70 and https://github.com/springfox/springfox/issues/3362
Yep... this is the problematic line: https://github.com/AmpersandJS/ampersand-view/blob/master/ampersand-view.js#L301 Should `waitFor` only be triggered for non-null or undefined values or do we have more in the list? P.S - This is a...
Hey @mikehedman I think this will be fixed with new `&-sync` version. Can you verify?
This looks good. Can you please rebase the commits and also add a test for this?
I think required means that when initializing a model - these props must be non - undefined. That's definitely not the way it's currently set.
I think we should act like mongoose on model schema. A field can be both required and have a default (in which case the default gets set if undefined). In...