summaryrefslogtreecommitdiff
path: root/www/lib/angular-google-chart/partials/generic.html
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-25 09:13:54 -0400
committerARC <arjunrc@gmail.com>2015-04-25 09:13:54 -0400
commit86e4e291bfda3365c0bb82bacb2b9990a86ce759 (patch)
treec9729d4bd5366656e39761319546593c02f0f709 /www/lib/angular-google-chart/partials/generic.html
First Commit
Diffstat (limited to 'www/lib/angular-google-chart/partials/generic.html')
-rw-r--r--www/lib/angular-google-chart/partials/generic.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/lib/angular-google-chart/partials/generic.html b/www/lib/angular-google-chart/partials/generic.html
new file mode 100644
index 00000000..ea7c37b9
--- /dev/null
+++ b/www/lib/angular-google-chart/partials/generic.html
@@ -0,0 +1,9 @@
+<h1>{{chartObject.type}}</h1>
+
+<div>
+ Onions: <input type="number" ng-model="onions[1].v" />
+</div>
+
+<div google-chart chart="chartObject" style="height:600px; width:100%;"></div>
+
+<iframe src="partials/generic.js" style="width:90%; height: 600px; margin: 1%; border: 1px solid black;" frameborder="0"></iframe> \ No newline at end of file