You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
I haven't been able to get the example editor initialization to work because it looks like the directive is compiled after the controller is initialized. Here's an example:
myAppModule.controller('MyController',['$scope',function($scope){// this is undefined because// the controller is initialized // before the directive is compiledvar_editor=$scope.foo;}]);