Skip to content

Commit

Permalink
Merge pull request #53 from jmdobry/feature-bind
Browse files Browse the repository at this point in the history
feature-bind
  • Loading branch information
jmdobry committed May 15, 2014
2 parents f8de45d + 6bd3d3d commit 5648638
Show file tree
Hide file tree
Showing 53 changed files with 571 additions and 76 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

###### Backwards compatible API changes
- #30, #48 - DSCacheFactory integration
- #49 - DS.bindOne($scope, prop, resourceName, id)
- #50 - DS.bindAll($scope, prop, resourceName, query)

##### 0.8.1 - 02 May 2014

Expand Down
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ module.exports = function (grunt) {
options: {
alias: [
'lib/observe-js/observe-js.js:observejs',
'src/errors/index.js:errors',
'src/utils/index.js:utils'
'src/errors.js:errors',
'src/utils.js:utils'
],
// TODO: There's got to be a better way to consume observe-js without it polluting the global space
postBundleCB: function (err, src, next) {
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__Data store for Angular.js.__

__Current version:__ 0.8.0
__Current version:__ 0.9.0

Angular-data is in a pre-1.0.0 development stage; the API is fluctuating, not a lot of tests yet, etc.

Expand All @@ -13,7 +13,6 @@ Pending:
- Relations/Associations
- Various Adapters
- Schema Definition/Validation
- Cache Expiry
- Nested Resources
- Website / documentation
- 100% tested (whatever _that_ means)
Expand Down
Loading

0 comments on commit 5648638

Please sign in to comment.