Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Added norwegian to main page
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Apr 8, 2015
1 parent 681f12d commit d97f298
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ <h1>Angular-Validation Directive|Service (ghiscoding)</h1>

<span class="text-info"><strong>{{'CHANGE_LANGUAGE' | translate}}: </strong></span>
<div class="btn-group btn-group-sm">
<button type="button" class="btn btn-default" ng-click="switchLanguage('fr')">Français</button>
<button type="button" class="btn btn-default" ng-click="switchLanguage('en')">English</button>
<button type="button" class="btn btn-default" ng-click="switchLanguage('es')">Español</button>
<button type="button" class="btn btn-default" ng-click="switchLanguage('fr')">Français</button>
<button type="button" class="btn btn-default" ng-click="switchLanguage('no')">Norsk</button>
</div>

<span class="text-info" style="margin-left: 20px"><strong>Type: </strong></span>
Expand Down Expand Up @@ -50,7 +51,7 @@ <h1>Angular-Validation Directive|Service (ghiscoding)</h1>
<script type="text/javascript" src="src/validation-service.js"></script>
<script type="text/javascript" src="src/validation-common.js"></script>
<script type="text/javascript" src="src/validation-rules.js"></script>
-->
-->

<!-- your ng-app file -->
<script type="text/javascript" src="app.js"></script>
Expand Down

0 comments on commit d97f298

Please sign in to comment.