mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
Fixes a typo xmlsn -> xmlns
This commit is contained in:
parent
cf0513dc6f
commit
ff4480be65
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ This is the sequence that your code should follow if you're writing your own man
|
|||
|
||||
If you want to define your own widgets, you must create your own namespace and use that namespace
|
||||
to form the fully qualified widget name. For example, you could map the alias my to your domain
|
||||
and create a widget called my:widget. To create your own namespace, simply add another xmlsn tag
|
||||
and create a widget called my:widget. To create your own namespace, simply add another xmlns tag
|
||||
to your page, create an alias, and set it to your unique domain:
|
||||
|
||||
<pre>
|
||||
|
|
|
|||
Loading…
Reference in a new issue