UNPKG

ember-cli-icheck

Version:

ember-cli addon component for [iCheck](http://fronteed.com/iCheck/)

13 lines (9 loc) 217 B
import Ember from 'ember'; import config from './config/environment'; var Router = Ember.Router.extend({ location: config.locationType }); Router.map(function() { this.route('about'); }); export default Router;