mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
d3c979fa6f
Add example of binding a directive with Angular using declarative syntax. WTD-518.
3 lines
157 B
HTML
3 lines
157 B
HTML
<p>Hello, world! I am the default route.</p>
|
|
<p ng-controller="ExampleController">My controller has told me: "{{phrase}}"</p>
|
|
<span example-directive></span> |