File diff 377c1567ab29 → 574cef4c9cf6
accounting/static/js/client.js
Show inline comments
 
'use strict';
 
// Part of the accounting-api project:
 
// https://gitorious.org/conservancy/accounting-api
 
// License: AGPLv3-or-later
 

	
 
angular.module('accountingClient', ['ngRoute', 'accountingApi'])
 
.config(function($routeProvider) {