Commit 82bfdd83 authored by Evren Kutar's avatar Evren Kutar

clean up the mess

parent b236b4b1
...@@ -3,15 +3,4 @@ ...@@ -3,15 +3,4 @@
<h1>Zaerp Login Form</h1> <h1>Zaerp Login Form</h1>
<form name="loginForm" sf-schema="schema" sf-form="form" sf-model="model" ng-submit="onSubmit(loginForm)"></form> <form name="loginForm" sf-schema="schema" sf-form="form" sf-model="model" ng-submit="onSubmit(loginForm)"></form>
</div> </div>
<hr/>
<h2>JSON Output</h2>
<div ng-controller="LoginCtrl">
<pre>{{schema | json}}</pre>
<pre>{{model | json}}</pre>
</div>
</div> </div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment