Skip to content

Instantly share code, notes, and snippets.

View besopmac's full-sized avatar

Bruno Campos besopmac

View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
@besopmac
besopmac / README.md
Created October 24, 2019 16:19
Ember Twiddle Demo: Simple nested routes

Ember Twiddle Demo: Simple nested routes

Demo

Basic example of nested routes with some CSS to highlight the active route in the navigation links.