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.
I'm upgrading my application to bootstrap 0.10.0 and Angular 1.2.16 and have found that the tabset control, it throws an error during compilation - downgrading to 1.2.15 resolves this.
It seems this had to do with Jquery-1.9.1. I ran into the same issue when i updated my jquery version from 1.9.0 to 1.9.1. I updated my version to 2.1.0 and issue went away. Not sure if this helps anyways but I didn't have to change Angular Version. I am using angular 1.2.16.
The issue is the tabset template starts with whitespace. Remove the leading \n in the template string: a.put("template/tabs/tabset.html",'\n<div>\n <ul cla...
-> a.put("template/tabs/tabset.html",'<div>\n <ul cla...
I'm upgrading my application to bootstrap 0.10.0 and Angular 1.2.16 and have found that the tabset control, it throws an error during compilation - downgrading to 1.2.15 resolves this.
The following code seems to cause the issue -
The text was updated successfully, but these errors were encountered: