Skip to content

Commit 465a293

Browse files
committed
docs(minErr): improve compiler/iscp
1 parent 69058bf commit 465a293

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/content/error/compile/iscp.ngdoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@ngdoc error
22
@name $compile:iscp
3-
@fullName Invalid Isolate Scope
3+
@fullName Invalid Isolate Scope Definition
44
@description
5-
When {@link guide/directive#directivedefinitionobject declaring isolate scope} the scope definition object must
6-
be in specific format which starts with mode character (`@&=`) with an optional local name.
75

8-
<pre>
6+
When declaring isolate scope the scope definition object must be in specific format which starts with mode character (`@&=`) with an optional local name.
7+
8+
```
99
myModule.directive('directiveName', function factory() {
1010
return {
1111
...
@@ -19,4 +19,6 @@ myModule.directive('directiveName', function factory() {
1919
...
2020
}
2121
});
22-
</pre>
22+
```
23+
24+
Please refer to the {@link guide/directive#directivedefinitionobject directive definition docs} to learn more about the api.

0 commit comments

Comments
 (0)