Skip to content

Instantly share code, notes, and snippets.

@stormbytes stormbytes/routes.js
Last active Aug 29, 2015

Embed
What would you like to do?
'use strict';
angular.module('app')
.config(function($routeProvider) {
$routeProvider
.when('/:token', {});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.