Arthur Bogaart pushed to branch bugfix/CHANNELMGR-1758 at cms-community / 
hippo-addon-channel-manager


Commits:
e9e577d0 by Arthur Bogaart at 2018-03-15T16:02:45+01:00
CHANNELMGR-1758 Remove spaces

- - - - -


2 changed files:

- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/createContent/documentLocation/documentLocationField.html
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/createContent/nameUrlFields/nameUrlFields.html


Changes:

=====================================
frontend-ng/src/app/channel/sidePanels/rightSidePanel/createContent/documentLocation/documentLocationField.html
=====================================
--- 
a/frontend-ng/src/app/channel/sidePanels/rightSidePanel/createContent/documentLocation/documentLocationField.html
+++ 
b/frontend-ng/src/app/channel/sidePanels/rightSidePanel/createContent/documentLocation/documentLocationField.html
@@ -20,10 +20,10 @@
     <md-input-container class="create-content-field qa-document-location">
       <div class="input-overlay"
            tabindex="-1"
-           ng-click="$ctrl.openPicker()" 
+           ng-click="$ctrl.openPicker()"
            title="{{ $ctrl.pathLabel }}">
         <div>
-          <span ng-repeat="folder in $ctrl.folders track by folder.path" 
+          <span ng-repeat="folder in $ctrl.folders track by folder.path"
                 ng-class="{ 'highlight': folder.exists 
}"><span>/</span>{{::folder.displayName }}</span>
         </div>
         <md-icon class="material-icons">search</md-icon>


=====================================
frontend-ng/src/app/channel/sidePanels/rightSidePanel/createContent/nameUrlFields/nameUrlFields.html
=====================================
--- 
a/frontend-ng/src/app/channel/sidePanels/rightSidePanel/createContent/nameUrlFields/nameUrlFields.html
+++ 
b/frontend-ng/src/app/channel/sidePanels/rightSidePanel/createContent/nameUrlFields/nameUrlFields.html
@@ -39,7 +39,7 @@
              placeholder="{{ ::'PLACEHOLDER_DOCUMENT_URL' | translate }}"
              type="text"
              ng-model="$ctrl.urlField"
-             ng-disabled="!$ctrl.isManualUrlMode" 
+             ng-disabled="!$ctrl.isManualUrlMode"
              autocomplete="off"
              required>
 



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/e9e577d027bf6f41613704aa8e4b1f3099523896

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/e9e577d027bf6f41613704aa8e4b1f3099523896
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to