Files
satbd-explorer/webapp/js/views/authors/authors.js

10 lines
207 B
JavaScript

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