Error: Angular Tried To Open More Than One Instance

Posted By Weston Ganger

It turned out the problem was in my main controllers index view:


<div ng-view>

This was closing the div tag, so I switched it back to plain HTML with a closing tag and works great:

<div ng-view></div>

Article Topic:Software Development - Rails

Date:July 31, 2014