mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
move submit button into form
This commit is contained in:
@@ -61,7 +61,7 @@ module.directive('subscribe', function(SubscriptionService) {
|
||||
|
||||
$scope.urlChanged = function() {
|
||||
if ($scope.sub.url && !$scope.sub.title) {
|
||||
$scope.sub.title = 'Loading';
|
||||
$scope.sub.title = 'Loading...';
|
||||
SubscriptionService.fetch({
|
||||
url : $scope.sub.url
|
||||
}, function(data) {
|
||||
|
||||
Reference in New Issue
Block a user