angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Update readme.md #6576

Open xemexpress opened 7 years ago

xemexpress commented 7 years ago

It should be 'disabled'? Please correct me if I misunderstood sth. Thanks

runderworld commented 6 years ago

Unfortunately this is incorrect and can be closed. Per the documentation, note the correct attribute is indeed disable:

<uib-tab index="$index + 1" ng-repeat="tab in tabs" heading="{{tab.title}}" disable="tab.disabled">