mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
fix spec title for angular.formatter.index
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user