ui-router-extras icon indicating copy to clipboard operation
ui-router-extras copied to clipboard

does ui-router-extras work with angular-ui ui-router 0.3.x ?

Open gigmaps opened this issue 8 years ago • 2 comments

Noticed that ui-router-extras bower.json requires an older version of angular-ui-router: 1) angular-ui-router#^0.2.8 which resolved to 0.2.18 and is required by ui-router-extras#0.1.3

and in ui-router-extras' bower.json :

"dependencies": {
    "angular": "^1.2.0",
    "angular-ui-router": "^0.2.8"
 },

Is this on purpose or does the bower.json simply need to be updated ?

thanks for all the hard work !

gigmaps avatar Dec 09 '16 20:12 gigmaps

Bower json needs updating!

christopherthielen avatar Dec 09 '16 21:12 christopherthielen

Need to update bower json to latest version of angularjs (angular 1.6.2) and angular-ui-router 0.4.2

taxist64 avatar Mar 02 '17 16:03 taxist64