Last active
January 20, 2016 13:23
-
-
Save ry8806/e6f46a895320fc897aa0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div ng-controller="ErrorController"> | |
| <div> | |
| <span>{{::model.Message}}</span> | |
| </div> | |
| <div> | |
| <div> | |
| <input ng-click="Ok()" value="OK" type="button" ok /> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment