Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial/2 - Angular Templates): describe your change... #14223

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The "Angular way" of separating controller from the view, makes it easy to test
developed. If our controller is available on the global namespace then we could simply instantiate it
with a mock `scope` object:

__`test/e2e/scenarios.js`:__
__`test/unit/controllersSpec.js`:__

```js
describe('PhoneListCtrl', function(){
Expand Down