• 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
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by himanshu

    • H

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

      Dashboard Designer & Custom AngularJS Pages
      • • • himanshu
      1
      0
      Votes
      1
      Posts
      340
      Views

      No one has replied

    • H

      maEvents and query by tags not working.

      Dashboard Designer & Custom AngularJS Pages
      • • • himanshu
      1
      0
      Votes
      1
      Posts
      294
      Views

      No one has replied

    • H

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

      Dashboard Designer & Custom AngularJS Pages
      • • • himanshu
      2
      0
      Votes
      2
      Posts
      433
      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

      Mango General
      • • • himanshu
      21
      0
      Votes
      21
      Posts
      7.0k
      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.