@angular-wave/angular.ts 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/angular-ts.esm.js +1 -1
- package/dist/angular-ts.umd.js +1 -1
- package/index.html +3 -3
- package/legacy/angular.js +6 -6
- package/package.json +1 -1
- package/src/core/compile.md +2 -2
- package/src/directive/cloak.md +2 -2
- package/src/directive/repeat.md +1 -1
- package/src/shared/utils.js +1 -1
- package/test/angular.spec.js +4 -4
- package/test/core/compile.spec.js +9 -9
- package/test/core/on.spec.js +2 -2
- package/test/core/prop.spec.js +2 -2
- package/test/directive/ref.spec.js +1 -1
- package/test/router/state.spec.js +7 -3
package/CHANGELOG.md
CHANGED
|
@@ -16615,7 +16615,7 @@ docs. The biggest improvements and changes are listed below.
|
|
|
16615
16615
|
|
|
16616
16616
|
- `<ng:include src="someSrc"></ng:include>`
|
|
16617
16617
|
- `<ng-include src="someSrc"></ng-include>`
|
|
16618
|
-
- `<
|
|
16618
|
+
- `<ng-include src="someSrc"></ng-include>`
|
|
16619
16619
|
- `<div ng:include src="someSrc"></div>`
|
|
16620
16620
|
- `<div ng-include src="someSrc"></div>`
|
|
16621
16621
|
- `<div data-ng-include src="someSrc"></div>`
|