You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/03 02:02:04 UTC

[07/15] git commit: Including the correct filters this time

Including the correct filters this time


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/ced60208
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/ced60208
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/ced60208

Branch: refs/heads/refactor
Commit: ced602083b8840c6f3228901a23c3c7147a099f1
Parents: 3736ad6
Author: Josh Bavari <jo...@raisemore.com>
Authored: Sun Mar 30 12:20:40 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Sun Mar 30 12:20:40 2014 -0500

----------------------------------------------------------------------
 attachments/js/controllers/search.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/ced60208/attachments/js/controllers/search.js
----------------------------------------------------------------------
diff --git a/attachments/js/controllers/search.js b/attachments/js/controllers/search.js
index df95014..fd81f56 100644
--- a/attachments/js/controllers/search.js
+++ b/attachments/js/controllers/search.js
@@ -49,10 +49,10 @@ angular.module('registry.controllers').controller('SearchController', ['$rootSco
 		if($scope.filterBlackberry) {
 			platformFilters.push('blackberry10');
 		}
-		if($scope.filterWindows7) {
+		if($scope.filterWindowsPhone7) {
 			platformFilters.push('wp7');
 		}
-		if($scope.filterWindows8) {
+		if($scope.filterWindowsPhone8) {
 			platformFilters.push('wp8');
 		}
 		if($scope.filterWindows8) {