From 7c55516d5d6874f3a3e22b8e80702d4bd1fd9631 Mon Sep 17 00:00:00 2001 From: glebcha Date: Wed, 6 May 2015 14:00:14 +0500 Subject: [PATCH] added jsfiddle with extended todo app example --- docs/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index dd453245..d32420ca 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -499,6 +499,7 @@ m.mount(document, {controller: todo.controller, view: todo.view}); ``` This example is also available as a [jsFiddle](http://jsfiddle.net/milesmatthias/fbgypzbr/1/). +Theres is also [Extended example](http://jsfiddle.net/glebcha/q7tvLxsa/) available on jsfiddle. ---