kuasha/cosmos

View on GitHub
samples/angularbasic/app/js/controllers/HomeCtrl.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Created by Maruf Maniruzzaman on 7/3/15.
 */

cosmosUISimpleDemo.controller('HomeCtrl', ['$scope', '$routeParams', function ($scope, $routeParams) {
    $scope.header = "Hello world";
}]);