forked from Archives/Athou_commafeed
removed codemirror as we don't really need it and it's integration with angular is bugged
This commit is contained in:
@@ -86,8 +86,9 @@ module.directive('category', function($compile) {
|
||||
restrict : 'E',
|
||||
replace : true,
|
||||
templateUrl : 'directives/category.html',
|
||||
controller : function($scope, $dialog, SubscriptionService, SettingsService) {
|
||||
$scope.settingsService=SettingsService;
|
||||
controller : function($scope, $dialog, SubscriptionService,
|
||||
SettingsService) {
|
||||
$scope.settingsService = SettingsService;
|
||||
$scope.unsubscribe = function(subscription) {
|
||||
var title = 'Unsubscribe';
|
||||
var msg = 'Unsubscribe from ' + subscription.name + ' ?';
|
||||
|
||||
Reference in New Issue
Block a user