mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs($parse): Fix typo
This commit is contained in:
parent
8d4e3fdd31
commit
84166029ec
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ var promiseWarning;
|
|||
// ------------------------------
|
||||
// Angular expressions are generally considered safe because these expressions only have direct
|
||||
// access to $scope and locals. However, one can obtain the ability to execute arbitrary JS code by
|
||||
// obtaining a reference to native JS functions such as the Function constructor, thw global Window
|
||||
// obtaining a reference to native JS functions such as the Function constructor, the global Window
|
||||
// or Document object. In addition, many powerful functions for use by JavaScript code are
|
||||
// published on scope that shouldn't be available from within an Angular expression.
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue