Skip to content

Instantly share code, notes, and snippets.

@ispiders
ispiders / router.js
Last active July 4, 2017 10:15 — forked from adamjmcgrath/controllers.application.js
Ember Link-to active test
import Ember from 'ember';
import config from './config/environment';
const Router = Ember.Router.extend({
location: 'none',
rootURL: config.rootURL
});
Router.map(function() {
this.route('ticket-filters', function () {