Commit 3645fb37 by Hiroaki Kobayashi

fix typo

parent 1955defc
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<div class="gf-form-group"> <div class="gf-form-group">
<div class="gf-form"> <div class="gf-form">
<textarea rows="7" data-share-panel-url="" class="gf-form-input" ng-ctrl="ctrl.jsonText"></textarea> <textarea rows="7" data-share-panel-url="" class="gf-form-input" ng-model="ctrl.jsonText"></textarea>
</div> </div>
<button type="button" class="btn btn-secondary" ng-click="ctrl.loadJsonText()"> <button type="button" class="btn btn-secondary" ng-click="ctrl.loadJsonText()">
<i class="fa fa-paste"></i> <i class="fa fa-paste"></i>
......
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