Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2faa478 commit 055b738Copy full SHA for 055b738
docs/content/guide/directive.ngdoc
@@ -282,7 +282,7 @@ using `templateUrl` instead:
282
Great! But what if we wanted to have our directive match the tag name `<my-customer>` instead?
283
If we simply put a `<my-customer>` element into the HTML, it doesn't work.
284
285
-<div class="alert alert-waring">
+<div class="alert alert-warning">
286
**Note:** When you create a directive, it is restricted to attribute only by default. In order to
287
create directives that are triggered by element or class name, you need to use the `restrict` option.
288
</div>
0 commit comments