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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
22
22
23
-
**Which versions of Angular, and which browser / OS are affected by this issue? Did this work in previous versions of Angular? Please also test with the latest stable and snapshot (https://code.angularjs.org/snapshot/) versions.**
23
+
**Which versions of AngularJS, and which browser / OS are affected by this issue? Did this work in previous versions of AngularJS? Please also test with the latest stable and snapshot (https://code.angularjs.org/snapshot/) versions.**
Copy file name to clipboardexpand all lines: docs/content/api/index.ngdoc
+5-5
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ These components are {@link guide/directive directives}, {@link guide/services s
11
11
There is also a {@link guide/index guide} with articles on various topics, and a list of external resources.
12
12
13
13
<div class="alert alert-info">
14
-
**Angular Prefixes `$` and `$$`**:
14
+
**AngularJS Prefixes `$` and `$$`**:
15
15
16
16
To prevent accidental name collisions with your code,
17
-
Angular prefixes names of public objects with `$` and names of private objects with `$$`.
17
+
AngularJS prefixes names of public objects with `$` and names of private objects with `$$`.
18
18
Please do not use the `$` or `$$` prefix in your code.
19
19
</div>
20
20
21
-
## Angular Modules
21
+
## AngularJS Modules
22
22
23
23
24
24
## {@link ng ng (core module)}
@@ -83,7 +83,7 @@ This module is provided by default and contains the core components of AngularJS
83
83
</td>
84
84
<td>
85
85
<p>
86
-
The core global API functions are attached to the angular object. These core functions are useful for low level JavaScript operations within your application.
86
+
The core global API functions are attached to the `angular` object. These core functions are useful for low level JavaScript operations within your application.
87
87
</p>
88
88
<p>
89
89
Some examples include:
@@ -130,7 +130,7 @@ Use ngRoute to enable URL routing to your application. The ngRoute module suppor
130
130
131
131
## {@link ngAnimate ngAnimate}
132
132
133
-
Use ngAnimate to enable animation features within your application. Various core ng directives will provide
133
+
Use ngAnimate to enable animation features within your application. Various core AngularJS directives will provide
134
134
animation hooks into your application when ngAnimate is included. Animations are defined by using CSS transitions/animations
0 commit comments