diff options
| author | Igor Minar | 2011-01-18 15:15:33 -0800 |
|---|---|---|
| committer | Igor Minar | 2011-01-18 15:15:33 -0800 |
| commit | da4b8a74c3c84aeccf2ecb8b5d74d22a579f2438 (patch) | |
| tree | 31f22536c54f4cb356e01e47265c9e0fe813e2e3 | |
| parent | 5be92f7b9c76e8a7f3778a93cbf6fb28b8524308 (diff) | |
| download | angular.js-da4b8a74c3c84aeccf2ecb8b5d74d22a579f2438.tar.bz2 | |
fix spec title for angular.formatter.index
| -rw-r--r-- | src/formatters.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatters.js b/src/formatters.js index 5e49ccf4..e96e3634 100644 --- a/src/formatters.js +++ b/src/formatters.js @@ -198,7 +198,7 @@ angularFormatter.trim = formatter( * </div> * * @scenario - * it('should format trim', function(){ + * it('should retrieve object by index', function(){ * expect(binding('currentUser.password')).toEqual('guest'); * select('currentUser').option('2'); * expect(binding('currentUser.password')).toEqual('abc'); |
