angular.module('Sprangular.<%= module_name %>')

.config ($routeProvider) ->

  $routeProvider.when '/test',
    controller: 'TestCtrl'
    templateUrl: 'test/index.html'