SHARE
TWEET
Untitled
a guest
May 10th, 2016
55
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- function contentSidebarDirective() {
- return {
- controller: 'ContentSidebarDirectiveController as widget',
- templateUrl: 'content-editor/new/content-sidebar.directive.html',
- scope: {
- editor: '='
- }
- };
- }
- /* as a result, $scope.editor is undefined in the directive controller. but $scope.$parent.editor is defined! */
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
