new to angularJs here. Need to work out a angular web app with flot chart. But the following gave me an error: Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.2.18/$injector/modulerr?p0=app&p1=Error%3A%20…dflare.com%2Fajax%2Flibs%2Fangular.js%2F1.2.18%2Fangular.min.js%3A18%3A139)
(seen from chrome developer console).
Briefly checked out the answers to the similar questions but didn't work out. Any ideas? Thanks.
Here is the jsFiddle link.
<body ng-app="myApp" id="container">
<chart id="chart-placeholder" ng-model='data4' class="fl" style="position: absolute;"/>
</body>