mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix spec title for angular.formatter.index
This commit is contained in:
parent
5be92f7b9c
commit
da4b8a74c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue