Hello Group,, Currently, I am building application like pin and pin board in angularjs.For,Pin contains its properties.As per concept pin board content different pin with exiting pin as well self configuration pin.So my application work like editor mode(Setting up properties) as well preview mode(Display pin/pinboard content). I save pin and pin board data in json file.I can open pin/pinboard JSON data and parse in Object and display pin with directive.
So, For above use case i write following things Pin directive - Its display pin on screen. PinManager (factory)- to mange pin json and get pin data from file PinController :- Mange Pin Editor events $rootScope :- To share data between (Directive Linking function) But How can i mange pin board. For that i have array of pins so how can mange this situation with angularjs. Thanks & Regards Gaurav Ashara -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
