Thursday, July 2, 2015

is the purpose of each() in store?


Calls the specified function for each of the Records in the cache
each( Function fn, [records Object] )

1 comment:

  1. http://astutejs.blogspot.in/2015/06/advantages-of-angular-js.html

    ReplyDelete

What is restrict option in directive?

The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...