jpcercal/twitter-like

View on GitHub
src/Resources/public/app/modules/core/controllers/CoreController.js

Summary

Maintainability
A
0 mins
Test Coverage
(function() {

    var core = angular.module("modules.core");

    core.controller('CoreController', ['$scope', function($scope) {

    }]);

})();