Echyzen
Echyzen
NgRx is based on functional paradigm so it's another way to architecture an angular app from a usual MVVM to a unidirectional data flow à la redux.
@lreindl Finally, I have this grunt task : ``` grunt.registerTask('test', [ 'clean:server', 'concurrent:test', 'autoprefixer', 'run:selenium', 'protractor:run' ]); ``` And in the protractor file : ``` capabilities: { browserName: 'chrome', shardTestFiles:...
Yes of course, `` Currently I just make that but the variable scope"explorer.fileContent " it's not update when I change the content. Because "hljs-source" it's one-way binding if I understand...
The problem with this module we have to define the language use it's not automatically detect like your module highlightjs.
Indeed it didn't work I have test but there is lot of problems like highlight format to be specified. I think it's possible to change scope with watch in hljs?
Maybe with hljs-onhighlight it's possible? I don't understand what make exactly onhighlight If i could have a callback after update that's good too :D
I encounter the exact same problem... any improvement?
Is there any enhancement here? @alexcroox I don't get your point could explain to me? I have the impression when we send multiple get in parallel there is an asynchronous...
Ok just to sum up the problem because everything as diverged from the initial issue. The problem is related to the use of `.get` and `.remove` which throw `item with...
Anyone know whether there is any improvements or workaround around that?