You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The embedding feature is in early beta and has not been tested. Right now the release of the embedded code requires 5 to 10 minutes and needs to be automated. Here the actual flow.
Add the files to compile in index.html to get the final embedded js and css.
update dist/type-directive-ng-embed.css changing the awesome font link to a CDN. Here the mvim command to use :%s/..\/fonts\/fontawesome/http:\/\/maxcdn.bootstrapcdn.com\/font-awesome\/4.1.0\/fonts\/fontawesome/g
upload the type-directive-ng-embed.css, type-directive-ng-embed.js and template default.html to S3 (lelylan/directives/type) and make the folder public after the load is complete.
This whole flow needs to be automated.
The text was updated successfully, but these errors were encountered:
Another solution could be to set an iframe that points to a page where the type-directive is loaded with a specific id. In this case the only issue we need to handle is the height of the iframe, but from a first research it seems to be easy to reach. In this case all the things we do now could be removed, and the code simplified. Make some tests. Probably the right place where this should live is the future type dashboard.
The embedding feature is in early beta and has not been tested. Right now the release of the embedded code requires 5 to 10 minutes and needs to be automated. Here the actual flow.
dist/type-directive-ng-embed.css
changing the awesome font link to a CDN. Here the mvim command to use:%s/..\/fonts\/fontawesome/http:\/\/maxcdn.bootstrapcdn.com\/font-awesome\/4.1.0\/fonts\/fontawesome/g
type-directive-ng-embed.css
,type-directive-ng-embed.js
and templatedefault.html
to S3 (lelylan/directives/type) and make the folder public after the load is complete.This whole flow needs to be automated.
The text was updated successfully, but these errors were encountered: