Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1060)

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/library_view.html

Issue 561053003: Give fields a model class in the service library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/vmservice/observatory/lib/src/elements/library_view.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/library_view.html b/runtime/bin/vmservice/observatory/lib/src/elements/library_view.html
index c8aba4e68042bdc3ff0a7d182dd59bae4c7f488f..750e93ea56cb784553bcb7bc8d31e1af0ff63813 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/library_view.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/library_view.html
@@ -103,8 +103,8 @@
<field-ref ref="{{ field }}"></field-ref>
</div>
<div class="memberValue">
- <template if="{{ field['value'] != null }}">
- <any-service-ref ref="{{ field['value'] }}"></any-service-ref>
+ <template if="{{ field.value != null }}">
+ <any-service-ref ref="{{ field.value }}"></any-service-ref>
</template>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698