w20-framework / w20

W20 is a Web framework, built upon a powerful RequireJS/AngularJS/Bootstrap mix to help you develop single page applications.
https://w20-framework.github.io/
Mozilla Public License 2.0
8 stars 9 forks source link

UI Bootstrap 0.12.0 not working with Angular 1.3.6 #9

Closed kavi87 closed 9 years ago

kavi87 commented 9 years ago

This thread shows that the ui bootstrap team are struggling with an integration with angular > 1.3.x. Not sure how things are going on right now. Bottom line, currently the last version of ui bootstrap (0.12.0) does not work with our version of angular (1.3.6). We should probably downgrade it to 0.10.0.

adrienlauer commented 9 years ago

They release a 0.13 version which is compatible with angular 1.3.x. We should upgrade to this version. Too bad Angular 1.4.0 was just released a few weeks ago :)

syedamir91 commented 6 years ago

for me the following version of angular and ui-bootstrap is not compatible:

http://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.13.0/ui-bootstrap-tpls.js

image