mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 16:30:26 +00:00
fix(docs): correct typo
This commit is contained in:
parent
a8b04004e3
commit
5026315d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ To make your angular application work on IE please make sure that:
|
|||
|
||||
The **important** parts are:
|
||||
|
||||
* `xmlns:ng` - *namespace* - you need one namespace for each custom tay you are planning on
|
||||
* `xmlns:ng` - *namespace* - you need one namespace for each custom tag you are planning on
|
||||
using.
|
||||
|
||||
* `document.createElement(yourTagName)` - *creation of custom tag names* - Since this is an
|
||||
|
|
|
|||
Loading…
Reference in a new issue