Skip to content

Commit

Permalink
Stable Version 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Apr 15, 2015
1 parent 7131efe commit 72e3105
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### 2.4.0 - 15 April 2015

###### Backwards compatible API changes
- #327 - `bindOne` now updates computed properties on change

##### 2.3.0 - 15 April 2015

###### Backwards compatible API changes
Expand Down
5 changes: 4 additions & 1 deletion dist/js-data-angular.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* js-data-angular
* @version 2.3.0 - Homepage <https://www.js-data.io/docs/js-data-angular/>
* @version 2.4.0 - Homepage <https://www.js-data.io/docs/js-data-angular/>
* @author Jason Dobry <jason.dobry@gmail.com>
* @copyright (c) 2014-2015 Jason Dobry
* @license MIT <https://github.com/js-data/js-data-angular/blob/master/LICENSE>
Expand Down Expand Up @@ -225,6 +225,9 @@ return /******/ (function(modules) { // webpackBootstrap
return _this.lastModified(resourceName, id);
}, function () {
var item = _this.get(resourceName, id);
if (item) {
_this.compute(resourceName, id);
}
DSUtils.set(scope, expr, item);
if (cb) {
cb(null, item);
Expand Down
4 changes: 2 additions & 2 deletions dist/js-data-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72e3105

Please sign in to comment.