mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
parent
47f7bd706e
commit
28fe4464d8
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ describe('PhoneCat controllers', function() {
|
||||||
ctrl = $controller('PhoneListCtrl', { $scope: scope });
|
ctrl = $controller('PhoneListCtrl', { $scope: scope });
|
||||||
|
|
||||||
expect(scope.phones.length).toBe(3);
|
expect(scope.phones.length).toBe(3);
|
||||||
});
|
}));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</pre>
|
</pre>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue