angularjs - angular version 1.3.x doesn't seem to work with angular-ui-router 0.2.15 -
i tried working on following plunker example works fine angular version 1.2.x.
but when angular version updated 1.2.x 1.3.x. not seem work.
the views not seem change when click on other tab.
the following change made plunker.
<script data-require="angular.js@1.3.x" src="http://code.angularjs.org/1.3.15/angular.js" data-semver="1.3.15"></script> <script data-require="angular-animate@*" data-semver="1.3.15" src="http://code.angularjs.org/1.3.15/angular-animate.js"></script>
when tried on chrome, there no errors generated on browser console views did not change when clicked on second tab. browser used chrome-latest-version.
might duplicate of angularjs, animations ui router versions work?
ps: tried different combination of bootstrap versions , angular-ui-router versions angular 1.3.x. not able find successful combination. use angular-material-design requires angularjs version 1.3.x. on issue appreciated.
Comments
Post a Comment