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 was archived by the owner on May 29, 2019. It is now read-only.
When using ui-bootstrap-tpls.js with gulp-useref into a build process resulting code is not working. This is due to a missing ; at the end of the file. Adding the ; or encapsulating into an IIFE solves the issue.
I suggest better to encapsulate all the lib into an IIFE.