var mods = angular.module('ch.editor.blocks');
console.log(mods._invokeQueue);
angular.forEach(mods._invokeQueue, function(v, k){
blocks.push(v.controller().getMetadata());
});
{
"name": "Маркдаун Текст",
"icon": "icon-document",
"description": "Вставляет текст в формате Markdown в ваш документ"
}
Over the coming months, we will be open sourcing the full server-side .NET Core stack, from ASP.NET 5 down to the Core Runtime and Framework, and the open source .NET will be expanded to run on Linux and Mac OS X in addition to Windows.
$scope.menuState = function(url) {
return 'active';
}
<li ng-class="menuState('/pencil/permissions')"><a ui-href="">Permissions</a></li>