Skip to content

Commit

Permalink
angular is the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Apr 23, 2014
1 parent c2802d2 commit ddcd54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -24,6 +24,6 @@
],
"dependencies": {
"jquery": "^1.8.0",
"angularjs": "^1.0.8"
"angular": "^1.0.8"
}
}
}

4 comments on commit ddcd54b

@sroe
Copy link

@sroe sroe commented on ddcd54b Apr 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So 2.0.9 is only compatible with angularjs beneath version 2.0 and above 1.0.8 right?

@c0bra
Copy link
Contributor

@c0bra c0bra commented on ddcd54b Apr 25, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sroe
Copy link

@sroe sroe commented on ddcd54b Apr 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@c0bra I know that :-).
I've read the docs of semver to get an idea of how ^ is working. The docs say "Compatible with version ...", so if there will be a version 2.0.0 release of angular it wouldn't satisfy this requirement and 1.0.7 is also not satisfying it correct?

@c0bra
Copy link
Contributor

@c0bra c0bra commented on ddcd54b Apr 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, for now. I've never tried 1.0.8 with ng-grid but it's the earliest version I've seen used with it.

Hopefully once 2.0 is out we'll have ui-grid 3.0 stable at it should work with it.

Please sign in to comment.