| changeset 42 | ad27066048ce |
| parent 38 | c4e5bb735ec1 |
| child 44 | 65912194e047 |
--- a/src/p4l/static/p4l/js/p4l.js Thu Sep 05 15:04:22 2013 +0200 +++ b/src/p4l/static/p4l/js/p4l.js Thu Sep 05 15:05:47 2013 +0200 @@ -1,7 +1,7 @@ // initialize the app -var app = angular.module("recordApp", ['ngResource']) +var app = angular.module("recordApp", ['ngResource', 'pascalprecht.translate']) app.service("Api", function($resource, context) { this.record = $resource(context.urls.record_api);