Open
Description
Hey Marshall,
while changing the docs some points came in my mind:
- why no
whitelist
andparamsForServer
per service? - Why is there a
Modelname
,instanceDefaults
and asetupInstance
. Imo it should become deprecated because it just bloats the options. - For the authentication, why is there no
servicePath
option? Recently I wanted to add versions to my auth. For example app.service("api/v1/authentication")
I think that are small but useful changes. What do you think? If you're okay with it I would be happy to make a pull request with these added options in code & docs respectively deprecation warning in docs.