[Example] Add example using directives
Add example of binding a directive with Angular using declarative syntax. WTD-518.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
<p>Hello, world! I am the default route.</p>
|
||||
<p ng-controller="ExampleController">My controller has told me: "{{phrase}}"</p>
|
||||
<p ng-controller="ExampleController">My controller has told me: "{{phrase}}"</p>
|
||||
<span example-directive></span>
|
||||
Reference in New Issue
Block a user