Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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, #552
- Loading branch information