wix-incubator / angular-tree-control

Angular JS Tree
http://wix.github.io/angular-tree-control
MIT License
707 stars 276 forks source link

Bower's angular constraint too strict #250

Open diimpp opened 8 years ago

diimpp commented 8 years ago

Hi, I'm using angular 1.5 and therefore I can't install it.

  "dependencies": {
    "angular": "~1.4.4"
  },

Maybe update to

  "dependencies": {
    "angular": "^1.3"
  },

or to whatever lowest angular version, you think it will work.