You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2025. It is now read-only.
I'm trying to follow the tutorial at http://foam-framework.github.io/foam/tutorial/todo/0-intro/ and did both git clone and npm install foam-framework and started with the npm by making a symlink but then when I tried to load the first model at http://localhost:8000/foam/index.html?model_=foam.browser.u2.BrowserController&model=com.todo.model.Todo&classpath=../js/ I've got this message:
Unable to load model: foam.browser.u2.BrowserController
Doing a diff between the npm package and the git cloned foam I noticed that then npm package uses model_ for property types but the git clone uses type like the tutorial, so I switched to the git clone and now I've got the expected output of the first Todo model.