AlbanAndrieu/nabla-servers-bower

View on GitHub
components/nabla-styles/app/scripts/controllers/main.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

/**
 * @ngdoc function
 * @name tempApp.controller:MainCtrl
 * @description
 * # MainCtrl
 * Controller of the tempApp
 */
angular.module('nablaStyleApp')
  .controller('MainCtrl', function($scope) {

  });