Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction & Basics samples have timeout issues #12

Closed
coni2k opened this issue May 22, 2015 · 1 comment
Closed

Introduction & Basics samples have timeout issues #12

coni2k opened this issue May 22, 2015 · 1 comment
Labels

Comments

@coni2k
Copy link
Contributor

coni2k commented May 22, 2015

  1. In Introduction sample, timer starts increasing Number of Sales field of UPO CMRP. However it doesn't get stopped when we move away from the page?
  2. In Basics samples, increase opposite CMRP event can get registered multiple times?
@coni2k coni2k changed the title Automapper Introduction & Basics samples have timeout issues Jun 10, 2015
@coni2k coni2k added bug and removed enhancement labels Jun 10, 2015
@coni2k
Copy link
Contributor Author

coni2k commented Jun 10, 2015

  1. timeout variable was getting defined within increase function, when it moved to outside, the issue was fixed.
  2. Apparently $scope should be used in controllers for event registration, instead of $rootScope. Updating it accordingly fixed the issue.

@coni2k coni2k closed this as completed Jun 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant