Re: [AngularJS] Angular way of loading html content

2014-12-04 Thread Tony pee
look ay ng-include. Note: it takes an expression as the value so you can put a variable in there (that references a value a controller - which can dynamically change. Or you can put a string (as below). When you put a string, you end up with the inner quotes, which looks confusing, and is easy to f

[AngularJS] Angular way of loading html content

2014-12-04 Thread mark goldin
Is there an "Angular" way of loading an external html content into another html page? I dont mean visible links. Let's say I have a fairly complex screen with some sections that can be done and tested independently from the main part. All I want is just to load them into div. Thanks for help. -