Commit 548fab6
Cody Lundquist
fix(uiView): Refactoring uiView directive to copy ngView logic
- Changed the structure of the uiView directive to work more like ngView.
- Updated tests to work with new structure.
- Updated tests so that all assertions actually run through AngularJS 1.0.8.
- Added in extensive test for ngIf fix.
- Added in ability for uiView to work with ngIf, ngRepeat, and ngClass.
- Updated base AngularJS version to 1.2.14 to test $animate callbacks in 1.2.*
- Fixes controllerAs so that it will work within a view declaration.
Closes #857, #5521 parent cb1c9cf commit 548fab6
File tree
13 files changed
+6900
-5070
lines changed- config
- lib/angular-1.2.14
- sample
- src
- test
13 files changed
+6900
-5070
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments