Menu

#126 Isolate scope for the Modal.

open
nobody
None
2016-01-01
2016-01-01
Anonymous
No

Originally created by: ionescuvictor

The modal's scope must be isolate so it does not reference any property up the scope chain such as 'Id' etc.

$rootScope.$new(true)

https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$new

Discussion


Log in to post a comment.