Created
February 24, 2018 23:44
-
-
Save janephilipps/23472ddc9a75ce81bd1132730e11f5b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Initialize campaigns | |
$scope.campaigns = []; | |
// Reset function to clear search form after submit | |
var clearSearchForm = function() { | |
$scope.campaignUrl = “”; | |
}; | |
// Define addCampaign function | |
$scope.addCampaign = function() { | |
… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment