Skip to content

Commit 72e3105

Browse files
committed
Stable Version 2.4.0.
#327
1 parent 7131efe commit 72e3105

6 files changed

+16
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 2.4.0 - 15 April 2015
2+
3+
###### Backwards compatible API changes
4+
- #327 - `bindOne` now updates computed properties on change
5+
16
##### 2.3.0 - 15 April 2015
27

38
###### Backwards compatible API changes

dist/js-data-angular.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* js-data-angular
3-
* @version 2.3.0 - Homepage <https://www.js-data.io/docs/js-data-angular/>
3+
* @version 2.4.0 - Homepage <https://www.js-data.io/docs/js-data-angular/>
44
* @author Jason Dobry <[email protected]>
55
* @copyright (c) 2014-2015 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-angular/blob/master/LICENSE>
@@ -225,6 +225,9 @@ return /******/ (function(modules) { // webpackBootstrap
225225
return _this.lastModified(resourceName, id);
226226
}, function () {
227227
var item = _this.get(resourceName, id);
228+
if (item) {
229+
_this.compute(resourceName, id);
230+
}
228231
DSUtils.set(scope, expr, item);
229232
if (cb) {
230233
cb(null, item);

dist/js-data-angular.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)