Skip to content

Instantly share code, notes, and snippets.

@ball6847
Last active September 23, 2017 18:13
Show Gist options
  • Save ball6847/433046b8081cd790f35b0c1a41541f60 to your computer and use it in GitHub Desktop.
Save ball6847/433046b8081cd790f35b0c1a41541f60 to your computer and use it in GitHub Desktop.
Snippets for My Medium Article - 2017-09-23
soccerModule.controller('leagueListController', [
'$scope',
'selectors',
'store',
function($scope, selectors, store) {
$scope.$watch(() => selectors.count(store.getState()), count => {
// ...
});
}
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment