Edition and display of tags on documents

This commit is contained in:
jendib
2013-07-30 21:00:16 +02:00
parent 779c45a1e2
commit a8b9148359
9 changed files with 102 additions and 8 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ var App = angular.module('docs', ['ui.state', 'ui.bootstrap', 'ui.route', 'ui.ke
if(value instanceof Array) {
for(i=0; i<value.length; ++i) {
subValue = value[i];
fullSubName = name + '[' + i + ']';
fullSubName = name + '[]';
innerObj = {};
innerObj[fullSubName] = subValue;
query += param(innerObj) + '&';