Files
satbd-explorer/webapp/js/views/authors/authors.js
2017-09-23 16:47:35 +02:00

11 lines
213 B
JavaScript

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