Created
July 15, 2016 18:32
-
-
Save adnoh/e76420d200e161d37d9c25383bf40b14 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_.each(Router.routes, function(route){ | |
console.log(route.getName()); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment