diff options
| author | Misko Hevery | 2010-07-19 12:29:24 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-07-19 12:29:24 -0700 | 
| commit | 7e96af0fdd9af8c479992363f68578305df0337e (patch) | |
| tree | fccb29641d030f390db1250a98be5412af993e94 /src/AngularPublic.js | |
| parent | cc097867f49673005d47a7f8f0cbe25f7d5c2163 (diff) | |
| download | angular.js-7e96af0fdd9af8c479992363f68578305df0337e.tar.bz2 | |
added equals method to angular.equals and $equals
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 7230c3e5..817a1f93 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -14,6 +14,7 @@ extend(angular, {    'scope': createScope,    'copy': copy,    'extend': extend, +  'equals': equals,    'foreach': foreach,    'noop':noop,    'bind':bind, | 
