TEMPLATE NODES
-
Hello, I am trying to create my first template. I have a data set that I am trying to display on a web page. The data is coming through on msg.data. I've tried using ng-repeat and scripting to get this into my template but it doesn't display anything.
here's the snippet of my template:
<div layout="row" layout-align="start center" ng-repeat="obj in {{data}} track by $index">
<span>{{obj.value}}</span>
</div>I am seeing the object array when I am looking at the elements, however, ng-repeat doesn't seem to be working. Is there something that I am missing here?
I've also tried this:
<div layout="row" layout-align="start center" ng-repeat="obj in msg.data track by $index">
<span>{{obj.value}}</span>
</div>My data object is simple, array of objects like this:
object:{
date: "2312345123",
value: "23.12",
}I need help...I've got problems.
-
This doesn't even work:
<div ng-repeat="n in [42, 42, 43, 43] track by $index">
{{n}}
</div>
Suggested Topics
-
Join the Project Contest 2014 - ENDED
Announcements • 8 Apr 2014, 08:03 • hek 13 May 2014, 21:48 -
node-red-contrib-mysensors release thread
Node-RED • 24 Apr 2018, 20:06 • tbowmo 4 May 2021, 10:25 -
myscontroller with mqtt gateway
Node-RED • 18 May 2022, 13:49 • NickL 18 May 2022, 13:49 -
myscontroller with ethernet gateway
Node-RED • 4 Jun 2021, 19:13 • JohnDoe2991 6 Jun 2021, 14:30 -
NodeID assignment not working? MY_INCLUSION_MODE_FEATURE enabled
Node-RED • 6 Apr 2020, 09:37 • bebr 6 Apr 2020, 11:35 -
Thanks for node-red-contrib-mysensors and a question regarding collections or arrays
Node-RED • 25 Oct 2020, 07:44 • Joost 25 Oct 2020, 08:36