Skip to content

Commit

Permalink
Fix issues pointed in ChrisBoesch#157
Browse files Browse the repository at this point in the history
  • Loading branch information
blueset committed Aug 18, 2015
1 parent f4d02d5 commit 7d8bf6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/shared/components/icons/svgdefs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/shared/components/sign/sign-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<p ng-if="!ctrl.loaded" flex>Loading schools...</p>

<md-input-container flex layout="column" ng-if="currentYear - currentUser.yearOfBirth <= 20 &amp;&amp; currentYear - currentUser.yearOfBirth >= 10">
<md-input-container flex layout="column" ng-if="ctrl.loaded &amp;&amp; currentYear - currentUser.yearOfBirth <= 20 &amp;&amp; currentYear - currentUser.yearOfBirth >= 10">
<md-select flex name="userSchool" ng-model="currentUser.school" required placeholder="Select a School">
<md-optgroup label="Other">
<md-option ng-value="opt" ng-repeat="opt in ctrl.schools | filter: {type: 'Other' }">{{opt.name}}</md-option>
Expand Down

0 comments on commit 7d8bf6b

Please sign in to comment.