• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. himanshu
    3. Topics

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    H
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 12
    • Groups 0

    Topics

    • H

      <script> tag not wokring inside component's HTML page.

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      1
      0 Votes
      1 Posts
      583 Views
      No one has replied
    • H

      maEvents and query by tags not working.

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      1
      0 Votes
      1 Posts
      524 Views
      No one has replied
    • H

      How can we fetch the data from URL params into another page

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      2
      0 Votes
      2 Posts
      751 Views
      MattFoxM
      Just to build on your other post, if your params are dynamically generated, meaning they can be anything other than a fixed set of params, inject $window into your controller and spkit the url up with $window.location.href split by ?, then & then = to get your key-value pairs. Yes its dodgy, but as long as you have proper error handling I cannot see it being an issue. Fox
    • H

      How we can filter the json and dynamically pass the data to create multiline chart in mango automation

      Watching Ignoring Scheduled Pinned Locked Moved Mango General
      21
      0 Votes
      21 Posts
      12k Views
      CraigWebC
      @himanshu It is the exact same concept.: <ma-state-params on-change="designer.parameters.dn = $stateParams.dn" update-params="designer.updateParams"></ma-state-params> this component takes the URL parameters and puts them into a object called designer.updateParams. That object can be used anywhere now in the pages scope.