App crashing on Todos List Tutorial for Angularjs

I started with the beginner tutorial for Angularjs. I launched the app after trying the Template section 2.7 of the tutorial and I got the error below in my browser and command line.

Started MongoDB.
Errors prevented startup:

While processing files with angular-templates (for target web.browser):
native: todosList.html has wrong layout
  at Error (native)
  at packages/urigo:static-html-compiler/build/src/index.js:34:27
  at Array.forEach (native)
  at StaticHtmlCompiler.processFilesForTarget (packages/urigo:static-html-compiler/build/src/index.js:19:15)


While processing files with angular-templates (for target os.linux.x86_64):
native: todosList.html has wrong layout
  at Error (native)
  at packages/urigo:static-html-compiler/build/src/index.js:34:27
  at Array.forEach (native)
  at StaticHtmlCompiler.processFilesForTarget (packages/urigo:static-html-compiler/build/src/index.js:19:15)


Your application has errors. Waiting for file change.

Kindly help.

Have you compared your progress against the code of the completed application?