dspies/ua-security-state-manager

View on GitHub
app/scripts/controllers/home.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

angular.module('example')
  .controller('homeController', function ($scope) {
    $scope.message = 'You are on the home page';
  });