This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Commit 9683d66
feat(docs): Use $scope instead of scope
To avoid confusion I guess it would be good to keep the examples consistent.
While `scope` in `DialogController` will be the same as `$scope` it brings confusion to the reader.
The fix also includes missing `}` mentioned here:
Here's a working pen: http://codepen.io/anon/pen/ZGWOpZ.
Fixes #2788. Closes #2836.1 parent 0729587 commit 9683d66
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments