This is related to concerto/concerto-frontend#47 and should not be merged until that issue is closed.
I changed the polymer element from being included directly into the frontend screen to be imported because the ConcertoBehaviors were not being defined before this element was being initialized. By moving it to an import, it is now processed after the behaviors are loaded/initialized.
This wont work without the related branches in concerto and concerto-frontend repos. I also had to make a similar change the to concerto-iframe repo.
This is related to concerto/concerto-frontend#47 and should not be merged until that issue is closed.
I changed the polymer element from being included directly into the frontend screen to be imported because the ConcertoBehaviors were not being defined before this element was being initialized. By moving it to an import, it is now processed after the behaviors are loaded/initialized.
This wont work without the related branches in concerto and concerto-frontend repos. I also had to make a similar change the to concerto-iframe repo.