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>
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
Want me to help develop your next Ruby-on-Rails project or application?
Contact Me