You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by js...@apache.org on 2014/12/15 23:31:45 UTC

[3/3] cordova-registry-web git commit: CB-8167 Brand: BlackBerry

CB-8167 Brand: BlackBerry


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/80e3e59a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/80e3e59a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/80e3e59a

Branch: refs/heads/master
Commit: 80e3e59a128d0db6e1428e120668e8478e7186d2
Parents: 5f0a0f3
Author: Josh Soref <js...@blackberry.com>
Authored: Mon Dec 15 17:26:39 2014 -0500
Committer: Josh Soref <js...@blackberry.com>
Committed: Mon Dec 15 17:28:53 2014 -0500

----------------------------------------------------------------------
 attachments/js/controllers/search.js    | 4 ++--
 attachments/js/controllers/viewAll.js   | 4 ++--
 attachments/partials/views/search.html  | 4 ++--
 attachments/partials/views/viewAll.html | 4 ++--
 attachments/plugins.json                | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/80e3e59a/attachments/js/controllers/search.js
----------------------------------------------------------------------
diff --git a/attachments/js/controllers/search.js b/attachments/js/controllers/search.js
index e6022d3..c668946 100644
--- a/attachments/js/controllers/search.js
+++ b/attachments/js/controllers/search.js
@@ -10,7 +10,7 @@ angular.module('registry.controllers').controller('SearchController', ['$rootSco
 	$scope.filterWindowsPhone8 = false;
 	$scope.filterWindows8 = false;
 	$scope.filterFirefox = false;
-	$scope.filterBlackberry = false;
+	$scope.filterBlackBerry = false;
 	$scope.filterUbuntu = false;
 	$scope.filterBrowser = false;
 
@@ -56,7 +56,7 @@ angular.module('registry.controllers').controller('SearchController', ['$rootSco
 		if($scope.filteriOS) {
 			platformFilters.push('ios');
 		}
-		if($scope.filterBlackberry) {
+		if($scope.filterBlackBerry) {
 			platformFilters.push('blackberry10');
 		}
 		if($scope.filterWindowsPhone7) {

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/80e3e59a/attachments/js/controllers/viewAll.js
----------------------------------------------------------------------
diff --git a/attachments/js/controllers/viewAll.js b/attachments/js/controllers/viewAll.js
index 2420b38..314a0ec 100644
--- a/attachments/js/controllers/viewAll.js
+++ b/attachments/js/controllers/viewAll.js
@@ -11,7 +11,7 @@ angular.module('registry.controllers').controller('ViewAllController', ['$rootSc
 	$scope.filterWindowsPhone8 = false;
 	$scope.filterWindows8 = false;
 	$scope.filterFirefox = false;
-	$scope.filterBlackberry = false;
+	$scope.filterBlackBerry = false;
 	$scope.filterUbuntu = false;
 	$scope.filterBrowser = false;
 
@@ -37,7 +37,7 @@ angular.module('registry.controllers').controller('ViewAllController', ['$rootSc
 		if($scope.filteriOS) {
 			platformFilters.push('ios');
 		}
-		if($scope.filterBlackberry) {
+		if($scope.filterBlackBerry) {
 			platformFilters.push('blackberry10');
 		}
 		if($scope.filterWindowsPhone7) {

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/80e3e59a/attachments/partials/views/search.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/search.html b/attachments/partials/views/search.html
index 9b40418..8d1d372 100644
--- a/attachments/partials/views/search.html
+++ b/attachments/partials/views/search.html
@@ -58,9 +58,9 @@
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
-                    <input type="checkbox" ng-model="filterBlackberry" />
+                    <input type="checkbox" ng-model="filterBlackBerry" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Blackberry</span>
+                    <span>BlackBerry</span>
                 </label>
             </div>
             <div class="column-3--lap">

http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/80e3e59a/attachments/partials/views/viewAll.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/viewAll.html b/attachments/partials/views/viewAll.html
index cdded5d..4bdf884 100644
--- a/attachments/partials/views/viewAll.html
+++ b/attachments/partials/views/viewAll.html
@@ -52,9 +52,9 @@
             </div>
             <div class="column-3--lap">
                 <label class="topcoat-checkbox">
-                    <input type="checkbox" ng-model="filterBlackberry" />
+                    <input type="checkbox" ng-model="filterBlackBerry" />
                     <div class="topcoat-checkbox__checkmark"></div>
-                    <span>Blackberry</span>
+                    <span>BlackBerry</span>
                 </label>
             </div>
             <div class="column-3--lap">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org