-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui-view does not work inside ng-if #857
Comments
Closed
meenie
pushed a commit
to meenie/ui-router
that referenced
this issue
Feb 4, 2014
Use the linking function element instead of the template element when setting the parent.
This was referenced Feb 4, 2014
meenie
pushed a commit
to meenie/ui-router
that referenced
this issue
Feb 4, 2014
Use the linking function element instead of the template element. Closes angular-ui#857
Duplicate #552 |
meenie
pushed a commit
to meenie/ui-router
that referenced
this issue
Mar 3, 2014
Use the linking function element instead of the template element. Closes angular-ui#857
meenie
pushed a commit
to meenie/ui-router
that referenced
this issue
Mar 3, 2014
- Changed the structure of the uiView directive to work more like ngRoute. - Updated tests to work with new structure. - Fixes the issue with using ngIf in conjunction with uiView. - Added in extensive test for ngIf fix. Closes angular-ui#857
meenie
pushed a commit
to meenie/ui-router
that referenced
this issue
Mar 3, 2014
- Changed the structure of the uiView directive to work more like ngView. - Updated tests to work with new structure. - Fixes the issue with using ngIf in conjunction with uiView. - Added in extensive test for ngIf fix. Closes angular-ui#857
meenie
pushed a commit
to meenie/ui-router
that referenced
this issue
Mar 4, 2014
- Changed the structure of the uiView directive to work more like ngView. - Updated tests to work with new structure. - Fixes the issue with using ngIf in conjunction with uiView. - Added in extensive test for ngIf fix. Closes angular-ui#857, angular-ui#552
meenie
pushed a commit
to meenie/ui-router
that referenced
this issue
Mar 6, 2014
- 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 angular-ui#857, angular-ui#552
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you put a
ui-view
directive inside ang-if
it does not properly bootstrap the element and it completely fails.The text was updated successfully, but these errors were encountered: