# HG changeset patch # User ymh # Date 1378304224 -7200 # Node ID cfc090f440d09f3711dc35e01ee90670fceac223 # Parent 945b144d68c13f8b713efe78627f1290bf9c1967 add uri labels + dict diff -r 945b144d68c1 -r cfc090f440d0 src/p4l/static/p4l/js/p4l.js --- a/src/p4l/static/p4l/js/p4l.js Wed Sep 04 15:18:22 2013 +0200 +++ b/src/p4l/static/p4l/js/p4l.js Wed Sep 04 16:17:04 2013 +0200 @@ -9,6 +9,7 @@ app.controller("RecordCtrl", function($scope, Api, context){ $scope.record = Api.record.get({recordId: context.record_id}); + $scope.uriLabels = context.uri_labels; }); app.config(['$routeProvider', function($routeProvider) { diff -r 945b144d68c1 -r cfc090f440d0 src/p4l/templates/p4l/record_update_form.html --- a/src/p4l/templates/p4l/record_update_form.html Wed Sep 04 15:18:22 2013 +0200 +++ b/src/p4l/templates/p4l/record_update_form.html Wed Sep 04 16:17:04 2013 +0200 @@ -11,7 +11,8 @@