Joined June 2014
·
Achievements
91 Karma
0 Total ProTip Views
Komodo Dragon
Have at least one original repo where Java is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Honey Badger 3
Have at least three Node.js specific repos
Honey Badger
Have at least one original Node.js-specific repo
Raven
Have at least one original repo where some form of shell script is the dominant language
To combine The origional author's work, @elwinarens work, and the idea that a parameterized path really messes with things, try this bit of code...
I left the access portion checking as a comment, as I have a slightly more complicated scheme than authenticated or not-authenticated.
This allows you to get rid of the global routes object, as it uses the internal routes, and the parameterized routes are matched via the internal regexp that angular creates for us.
Still needs some work, but hopefully it will get people thinking...