twers/re-education

View on GitHub
app/assets/javascripts/angular/controllers/plan.controller.js

Summary

Maintainability
A
0 mins
Test Coverage
function PlanController($scope) {
  $scope.$on("CommentsCountChange", function(event, newCount) {
    $scope.commentsCount = newCount;
  });
}