Re: angularBinding a map to a dictionary

2017-05-19 Thread moon soo Lee
Hi, You can try create java Map instead of scala Map. That'll give expected output. Thanks, moon On Fri, May 19, 2017 at 4:51 AM Andrea Sosio wrote: > Hello list, > > is there a way to bind a map to a dictionary in such a way that the map > (key, value) structure is actually preserved? > > I'm

angularBinding a map to a dictionary

2017-05-19 Thread Andrea Sosio
Hello list, is there a way to bind a map to a dictionary in such a way that the map (key, value) structure is actually preserved? I'm doing something like %spark val mymap = Map("mykey"->"myvalue") z.angularBind("mydictionary", mymap) %angular my dictionary is: {{mydictionary}} I