I am currently have trouble displaying my array using the "Controller as" syntax if I pass the $scope in to my controller it works fine but using the "Controller as" syntax and this. My array does not appear on the page I'm just wondering if I am doing something wrong?
Here is the JSBin
<p ng-repeat="post in main.posts">{{ post }}</p>
– Anthony Chu Oct 3 at 20:48