Hi all, Before I paste lots of code, I'm battling with a way to integrate AngularJS with a legacy Struts(1.x)/jsp based application. (Yes I know)
I'm just trying to see if it's possible using a simple 'employee' table type screen. <https://lh3.googleusercontent.com/-N32kO1ILnwc/V7MmwCrhg0I/AAAAAAAALGY/PWrPhOeMK8I9ZEpOAEo-rygFQQD4Am5cgCLcB/s1600/fail.PNG> But no errors in the Chrome developer tool. As a quick 'fix', I embedded an AngularJS'd equivalent of the page using an IFRAME, and it worked (kinda) see below. <https://lh3.googleusercontent.com/-yfsu2pEbqaQ/V7Mm80x2dkI/AAAAAAAALGc/K0QOfm_48xM3uEeJC0C1Lc_HDqxgZNI0QCLcB/s1600/iframe.PNG> So my question is, does the AngularJS framework work with jsps? If so, what am I missing here? Thanks in advance, Pete As an aside ..... In the jsp I added this to my jsp .... <div ng-app> {{10+11}}</div> ... run it I see 20, as soon as I added my module e.g. <div ng-app="myModule">{{}10+11}</div> I see the unevaluated string {{10+11}} -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
