diff options
| author | Misko Hevery | 2010-04-15 14:17:33 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-04-15 14:17:33 -0700 | 
| commit | 70e401ef100614295fc808e32f0142f07c315461 (patch) | |
| tree | 7d31580fb512dd535465e4d42afb0252b0cf0071 /src/AngularPublic.js | |
| parent | cd03fe92a5dbd2aba516b64fc8067c5fba1e4a81 (diff) | |
| download | angular.js-70e401ef100614295fc808e32f0142f07c315461.tar.bz2 | |
added $route service
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 176d6a91..1739ac4b 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -16,6 +16,7 @@ extend(angular, {    'extend': extend,    'foreach': foreach,    'noop':noop, +  'bind':bind,    'identity':identity,    'isUndefined': isUndefined,    'isDefined': isDefined, | 
