Posts by vlopes • 55 points
2 posts
-
2
votes1
answer203
viewsQ: ui-router does not render the view contained in an ng-template
I’m taking an online course on Maean and I’m having trouble rendering a view. To view is inserted inside a tag Script and specified as a ng-template and configured within the ui-router. Even…
-
3
votes1
answer376
viewsQ: How to adapt Hibernate to the DAO standard?
I’m starting to study Hibernate and wanted to "start the right way". The doubt is as follows: For any transaction I need to use the following code: Session session =…