Hi, not sure if am doing things right, but I would like to this base and angular-ui to create a dialog in my app. This works with the dialog service from angular for which the "open" method is passed either a template or an url as argument. I would like it to download my partial jade layout (as I would with ss.tmpl['dialog'].render() if I had "ss.client.templateEngine.use(require('ss-hogan')" but have it angular compatible so I set "ss.client.templateEngine.use('angular');"
Unfortunately, that does not work, it seems to reload the full application within the dialog.
Hi, not sure if am doing things right, but I would like to this base and angular-ui to create a dialog in my app. This works with the dialog service from angular for which the "open" method is passed either a template or an url as argument. I would like it to download my partial jade layout (as I would with ss.tmpl['dialog'].render() if I had "ss.client.templateEngine.use(require('ss-hogan')" but have it angular compatible so I set "ss.client.templateEngine.use('angular');"
Unfortunately, that does not work, it seems to reload the full application within the dialog.