Skip to content

Commit 2c24516

Browse files
committed
Merge pull request johnpapa#83 from jlandheer/master
missing "across"
2 parents aa7816b + ba50996 commit 2c24516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
537537
538538
- **Keep Controllers Focused**: Define a controller for a view, and try not to reuse the controller for other views. Instead, move reusable logic to factories and keep the controller simple and focused on its view.
539539
540-
*Why?*: Reusing controllers with several views is brittle and good end to end (e2e) test coverage is required to ensure stability large applications.
540+
*Why?*: Reusing controllers with several views is brittle and good end to end (e2e) test coverage is required to ensure stability across large applications.
541541
542542
- **Assigning Controllers**: When a controller must be paired with a view and either component may be re-used by other controllers or views, define controllers along with their routes.
543543

0 commit comments

Comments
 (0)