Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. Node-RED
  4. TEMPLATE NODES

TEMPLATE NODES

Scheduled Pinned Locked Moved Node-RED
2 Posts 1 Posters 961 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • neechN Offline
    neechN Offline
    neech
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • neechN Offline
      neechN Offline
      neech
      wrote on last edited by
      #2

      This doesn't even work:
      <div ng-repeat="n in [42, 42, 43, 43] track by $index">
      {{n}}
      </div>

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      21

      Online

      11.7k

      Users

      11.2k

      Topics

      113.1k

      Posts


      Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • MySensors
      • OpenHardware.io
      • Categories
      • Recent
      • Tags
      • Popular