From a29c7a6eab6d1f2f378b6745dcf8fe130756d4a8 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 27 May 2016 13:46:30 -0700 Subject: [PATCH] [API] Deangularize todo templates --- tutorials/todo/bundle.js | 2 +- tutorials/todo/todo-task.html | 5 +++++ tutorials/todo/todo.html | 14 ++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 tutorials/todo/todo-task.html create mode 100644 tutorials/todo/todo.html diff --git a/tutorials/todo/bundle.js b/tutorials/todo/bundle.js index b56d2cdfdf..5a4b16b09d 100644 --- a/tutorials/todo/bundle.js +++ b/tutorials/todo/bundle.js @@ -9,7 +9,7 @@ define([ "name": "To-do Plugin", "description": "Allows creating and editing to-do lists.", "extensions": { - "views": [ + "xviews": [ { "key": "example.todo", "type": "example.todo", diff --git a/tutorials/todo/todo-task.html b/tutorials/todo/todo-task.html new file mode 100644 index 0000000000..3d278a4625 --- /dev/null +++ b/tutorials/todo/todo-task.html @@ -0,0 +1,5 @@ +
  • + + + +
  • diff --git a/tutorials/todo/todo.html b/tutorials/todo/todo.html new file mode 100644 index 0000000000..422011d4df --- /dev/null +++ b/tutorials/todo/todo.html @@ -0,0 +1,14 @@ +
    + + + + +
    + There are no tasks to show. +
    +