AngularJS requires ngModel to be the fourth attribute...
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
trixAttachmentRemove: '&'
|
||||
*/
|
||||
},
|
||||
link: function($scope, element, ngModel, notificationsService, localizationService) {
|
||||
link: function($scope, element, attr, ngModel, notificationsService, localizationService) {
|
||||
|
||||
|
||||
// TODO: retrive from configuration:
|
||||
|
||||
Reference in New Issue
Block a user