You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/error/compile/iscp.ngdoc
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
@ngdoc error
2
2
@name $compile:iscp
3
-
@fullName Invalid Isolate Scope
3
+
@fullName Invalid Isolate Scope Definition
4
4
@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.
7
5
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
+
```
9
9
myModule.directive('directiveName', function factory() {
10
10
return {
11
11
...
@@ -19,4 +19,6 @@ myModule.directive('directiveName', function factory() {
19
19
...
20
20
}
21
21
});
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