How to properly use the MEAN.io token bundle

I am using MEAN.io to develop a project and I am trying to run a package with a symbolic token.

I have watched the main video from the Mean.io documentation where they explain superficially how to use it. Well, I added the "middle token" attribute to the html tag to make it editable, but the value shown is "0" (zero). And besides, although I can see the input text, I cannot write anything.

For example:

<h1 class="title" mean-token="profile-name">{{ character.name }} {{ character.surname }}</h1>

      

In theory, this h1 should show the values โ€‹โ€‹from character.name and character.surname, but instead it just shows "0" (zero).

I went in /admin/tokens

to create a marker manually and then added its value {{character.name}} {{character.surname}}

as I saw in the video. But it doesn't work.

Where can I find additional (and better) documentation? Any suggestion?

Thank.

+3
javascript angularjs mean-stack mean.io


source to share


No one has answered this question yet

Check out similar questions:

7494
How can I remove a specific element from an array in JavaScript?
5722
How can I remove a property from a JavaScript object?
5129
How do I return a response from an asynchronous call?
2886
How do I clone a JavaScript object correctly?
1209
How to get value from GET parameters?
1068
How can I remove a key from a JavaScript object?
696
How to properly sort an array of integers
3
Load models from other packages to MEAN.IO
1
Plain MEAN Stack or MEAN Framework like mean.io?
1
The average. Core - Core package missing



All Articles
Loading...
X
Show
Funny
Dev
Pics