Missing angular.js library? - Forum

Forum Navigation
You need to log in to create posts and topics.

Missing angular.js library?

I am using the latest version 22.10.17 and doing an example from the Condition section of the Help. When run, there is an error in the Edge DevTools about not being able to find the angular.js library. I am confused about how the browser can be looking for the full versions when the source specifies the min versions. Attached is the project and some screen captures. Any ideas to point me in the right direction? Note, the problem also happens in the previous 22.8.6 VisualNEO Web.

Uploaded files:
  • You need to login to have access to uploads.

Hi @susan, I think all the problem comes from here:

AlertBox "Current Loop" "[counter]" ""

AlertBox expects a string and not a number as a message. Just add a space after the number and everything will work as expected:

AlertBox "Current Loop" "[counter] " ""

Anyway I will try to solve this problem in next version.

Regards.

susan has reacted to this post.
susan

Thank you, that solves the problem and the code runs! As code that was copy and pasted from the help, I was surprised when it didn't work.

@susan yes, you are right. It's a bug introduced later than the sample code was published.