digicorp / propeller

Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
http://propeller.in
MIT License
1.13k stars 141 forks source link

[propeller] expose ability to call propeller kit init to external lib… #93

Open terrancesnyder opened 5 years ago

terrancesnyder commented 5 years ago

Adding ability to expose the propellerkit init method calls so that SPA type web apps can initialize propellerkit externally. For example, aurelia framework document.ready() is 'too late' given the lifecycle of page loads so we can instead use aurelia's page lifecycle to hook this in immediately.