This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Closed
Description
Remove : inject(function($controller)
In Github test/unit/controllersSpecs.js :
it('should create "phones" model with 3 phones', inject(function($controller) {
expect(scope.phones.length).toBe(3);
}));
in official tuto :
it('should create "phones" model with 3 phones', function() {
expect(scope.phones.length).toBe(3);
});
Metadata
Assignees
Labels
No labels