commit
bdd96d8961
|
@ -49,7 +49,7 @@ var oracle = loopback.createDataSource({
|
||||||
User.attachTo(oracle);
|
User.attachTo(oracle);
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** until a model is attached to a data source it will **not** have any **attached methods**.
|
NOTE: until a model is attached to a data source it will not have any attached methods.
|
||||||
|
|
||||||
### Properties
|
### Properties
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"Platform",
|
"Platform",
|
||||||
"mBaaS"
|
"mBaaS"
|
||||||
],
|
],
|
||||||
"version": "1.7.3",
|
"version": "1.7.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha -R spec"
|
"test": "mocha -R spec"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue