Commit f6332935 by lepdou

Merge pull request #140 from lepdou/lepdou_master

bugfix
parents 182d6354 2ba37572
......@@ -168,10 +168,6 @@ table th {
overflow: scroll;
}
textarea:disabled {
color: #5b6e84;
}
.namespace-view-table {
max-height: 700px;
/*overflow-y: scroll;*/
......
......@@ -135,7 +135,7 @@
<!--text view-->
<textarea class="form-control" rows="30" ng-show="isItemsViewOpened && namespace.viewType == 'text'"
ng-disabled="!namespace.isTextEditing">
ng-disabled="!namespace.isTextEditing" ng-model="namespace.text">
{{namespace.text}}
</textarea>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment