mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-17 02:46:47 +08:00
committed by
Igor Minar
parent
8829a2a86d
commit
a8c1d9c978
@@ -201,7 +201,7 @@ function isArrayLike(obj) {
|
||||
angular.forEach(values, function(value, key){
|
||||
this.push(key + ': ' + value);
|
||||
}, log);
|
||||
expect(log).toEqual(['name: misko', 'gender:male']);
|
||||
expect(log).toEqual(['name: misko', 'gender: male']);
|
||||
</pre>
|
||||
*
|
||||
* @param {Object|Array} obj Object to iterate over.
|
||||
|
||||
Reference in New Issue
Block a user