Casper Beyer
Casper Beyer
Hmm, couldn't we just solve this with a doc example instead?
It does what it says on the tin: > Executes a function which returns a promise, expecting it to throw or reject. - Definitively not a bug, does what it...
Ups, good catch thanks!
Top level functions won't get (re)evaluated, it should be possible to do on the client using some eval hacks but have not gotten that far yet.
New docs should clarify this a bit, functions definitions will be patched but no side effects take place. I might add new function definitions in 1.x as that would be...
If anyone more familiar with angular would like to jump in here, whats required is forcing angular to do a DOM refresh.
Keep it open for now. Will a version of 0.0.0 satisfy npm?
I'll try with a branch later and git install it. Works with file system installs but so does no version.
@acarlstein Workspaces in Chrome developer tools now do most of what amok did, unmaintained for quite a while.
:+1: It's on the roadmap along with a commonjs port (for node) and systemjs but systemjs is a bit unfamiliar at the moment and will be last priority. I'm not...