You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module.exports = {
|
|
title: '[ng-bind="::$ctrl.article.title"]',
|
|
body: '[ng-bind-html*="ctrl.article.body"] p',
|
|
editButton: 'h1 + article-actions [ui-sref*="ctrl.article.slug"]',
|
|
deleteButton: 'h1 + article-actions .btn-outline-danger'
|
|
}
|