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
While it's possible to do manually, it might be nice to have method on this directive for returning the current project's data object? If the project isn't loaded yet, it could return a promise. For example:
This sounds pretty do-able. Would you care to submit a pull request with your proposed changes and relevant documentation? I can take it on myself but it might be a little bit before I can start the work.
As per the Optimizely JS API users may sometimes wish to access the Optimizely Data Object.
This object can be tricky to load within Angular's scope. I'm currently able to load the object from the callback on loadProject
While it's possible to do manually, it might be nice to have method on this directive for returning the current project's data object? If the project isn't loaded yet, it could return a promise. For example:
Thanks for creating ng-optimizely!
The text was updated successfully, but these errors were encountered: