We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0f9ce commit 17fc6a7Copy full SHA for 17fc6a7
src/Angular.js
@@ -146,7 +146,7 @@ function reverseParams(iteratorFn) {
146
/**
147
* A consistent way of creating unique IDs in angular. The ID is a sequence of alpha numeric
148
* characters such as '012ABC'. The reason why we are not using simply a number counter is that
149
- * the number string gets longer over time, and it can also overflow, where as the the nextId
+ * the number string gets longer over time, and it can also overflow, where as the nextId
150
* will grow much slower, it is a string, and it will never overflow.
151
*
152
* @returns an unique alpha-numeric string
0 commit comments