Created
March 18, 2014 01:49
-
-
Save jorgeguberte/9612085 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DataConnector | |
->acquire() //pega um json | |
View | |
->injectData() // Injeta os dados na view, ou seja: monta os DOMs todos. | |
-> render() // Mostra a view de fato | |
//Fluxo | |
DataConnector->acquire()->then(View.injectData()).then(View.render()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment