-
Notifications
You must be signed in to change notification settings - Fork 12
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
Problem with Promise #1
Comments
Hey @koeckc - can you provide a little example of what you are doing? I am aware that this "promise" thing not is very well written, it is a quick workaround and really needs both a makeover (perhaps real promises) and a working demo / example. I'll take a look at it now / this evening and will comment back. |
Thx for the fast response .. maybe this snippets clarify what i want to do
After assigning to the the $scope.states variable nothing works anymore ... but the initial values from controller init work |
Hi,
I integrated your directive and i really like the style and the behaviour.
Everything works nice with local data.
The only problem that i have is that i cant get it to work with remote data.
I followed the instructions on using promises but it does not work ...
I try to use ng-change and a http get request to query the server.
Everytime when i assign the result to the defined promise everything duddenly stops working.. even ng change does not fire anymore.
Do you have a tip or an example how to use your module with remote date ?
thx in advance
constantin
The text was updated successfully, but these errors were encountered: