Cleans the javascript
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
angular.module('satbd.satellite.bar.views.authors',[
|
||||
'ngRoute'
|
||||
]).config(function($routeProvider) {
|
||||
'use strict';
|
||||
|
||||
|
||||
$routeProvider.when('/authors', {
|
||||
templateUrl: 'js/views/authors/authors.html',
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user