mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 13:44:42 +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>
|
* </div>
|
||||||
*
|
*
|
||||||
* @scenario
|
* @scenario
|
||||||
* it('should format trim', function(){
|
* it('should retrieve object by index', function(){
|
||||||
* expect(binding('currentUser.password')).toEqual('guest');
|
* expect(binding('currentUser.password')).toEqual('guest');
|
||||||
* select('currentUser').option('2');
|
* select('currentUser').option('2');
|
||||||
* expect(binding('currentUser.password')).toEqual('abc');
|
* expect(binding('currentUser.password')).toEqual('abc');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue