Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Izeni
Angular Template
Wiki
data store
data store
· Changes
Page history
add loadRelations example
authored
Aug 24, 2016
by
Joe Lewis
Hide whitespace changes
Inline
Side-by-side
data-store.md
View page @
3c150b5a
jsdata
crud
*
for js data all the old methods that had find now use the word read instead
*
for jsdata loadrelations you have to specify what relations to load ex)
` foo.loadrealations('barObj')`
```
typescript
...
...