'use strict'; angular.module('satbd.satellite.bar.views.authors',[ 'ngRoute' ]).config(function($routeProvider) { $routeProvider.when('/authors', { templateUrl: 'js/views/authors/authors.html', }); })