Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Calling $scope.CallMe() from within the controller doesn't work despite using $timeout #76

Closed
bilalsoomro opened this issue Mar 23, 2016 · 4 comments
Labels

Comments

@bilalsoomro
Copy link

Any help would be appreciated.

@amarewgs
Copy link

the same is true for me, it doesn't even work

@anatoly314
Copy link

anatoly314 commented Jul 19, 2016

Please create MCVE http://stackoverflow.com/help/mcve

@pratheekhegde
Copy link

  $timeout(function () {
      $scope.CallMe();
    }, 400);

This way, it does work.

@millerscout
Copy link
Collaborator

@sunny061 i don't know if you still have problem with that, but as @pratheekhegde said, that should fix you problem.

as you don't provide much more detail, it's possible that the directive isn't on the controller you're trying to use.

on version 3.1.1 #112 you may inject the ngIntroService and start the intro.

if you still have problem, open this issue and i'll help you Asap.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants