This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ng-controller is not working in conjunction with ng-include in 1.2.0-rc.3 #4431
Closed
Description
When we are trying to declare something like
<div class="hello" ng-include src="'hello'" ng-controller="HelloCtrl"></div>
After hello
template is inserted - HelloCtrl
will not be applied for template.
Demo: http://jsbin.com/ekelOMI/2/edit
In 1.2.0-rc.2 everything works fine.