dotlouis / StudIonic

Studapp mobile application using Ionic Framework and Cordova
2 stars 0 forks source link

Object Oriented Factories #3

Closed dotlouis closed 9 years ago

dotlouis commented 9 years ago

http://josebolanos.wordpress.com/2013/09/30/5-tips-for-using-parse-with- angularjs/

Explain well how to make Angular works with Parse. Things such as Object.defineProperty()

This is done to abstract the Parse Object and be able to manipulate attributes directly instead of going through getters and setters (which does not play well with data-binding)

dotlouis commented 9 years ago

Done in 2f8a976cfbf80d4384de2f183d15a34662da3a25, 6552ee7fd8d5b9242f656c23da88822607895dad and 6bcc534360ec8b257e5a140aba1943ce1b3529fa Closing issue