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
{{ message }}
This repository has been archived by the owner on May 23, 2019. It is now read-only.
ExternalScripts:
Basically, it adds ../static/habpanel/externalscripts.js to head
Users can then create their own scripts (Angular or not) to their hearts' content.
getItem()
returns item (to access all properties)
Milliseconds:
Image $interval now has 2 options: seconds (default) or milliseconds.
Does not break existing install/configs.
The text was updated successfully, but these errors were encountered:
ExternalScripts:
Basically, it adds ../static/habpanel/externalscripts.js to head
Users can then create their own scripts (Angular or not) to their hearts' content.
Sorry, I don't agree with this solution. You can actually lazy load external resources using the ocLazyLoad directive (https://oclazyload.readme.io/docs/oclazyload-directive) but I'm now realizing there is a big security hole with this. I need to address this ASAP.
getItem()
returns item (to access all properties)
This is already covered by #114 which was submitted first.
Milliseconds:
Image $interval now has 2 options: seconds (default) or milliseconds.
Does not break existing install/configs.
My Changes: https://github.com/LuckyMallari/org.openhab.ui.habpanel
ExternalScripts:
Basically, it adds ../static/habpanel/externalscripts.js to head
Users can then create their own scripts (Angular or not) to their hearts' content.
getItem()
returns item (to access all properties)
Milliseconds:
Image $interval now has 2 options: seconds (default) or milliseconds.
Does not break existing install/configs.
The text was updated successfully, but these errors were encountered: