angularjs - How to pass empty params to express in a get? -



have route call angular, typically: server/a/b/c
server side want query db req.params.
trim , omit if a: '' or b : ''
express not paths server//c.
there way handle this? transform route /null/null/c that's ugly :s.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

javascript - After add transform scale, I can't set the section to center -