/angular-directive-tutorial

An in depth introduction to Angular Directives. A tutorial for an upcoming JSChannel event.

Primary LanguageJavaScriptMIT LicenseMIT

angular-directive-tutorial

Step by step, we will build a directive to display an interactive highchart in an angular directive.

For example, for plotting, we use the bundled file sachin.json, which is the aggregate summary of all of the ODIs/Tests of Sachin Tendulkar.

Step 1: The Setup