move submit button into form

This commit is contained in:
Athou
2013-03-31 08:56:36 +02:00
parent f83507f080
commit 857b65f2b2
3 changed files with 8 additions and 5 deletions

View File

@@ -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) {