diff options
| -rw-r--r-- | docs/guide.bootstrap.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide.bootstrap.ngdoc b/docs/guide.bootstrap.ngdoc index fd35b641..12028796 100644 --- a/docs/guide.bootstrap.ngdoc +++ b/docs/guide.bootstrap.ngdoc @@ -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> |
