Hoon Park created ZEPPELIN-2531:
-----------------------------------

             Summary: Angular API in frontend is broken
                 Key: ZEPPELIN-2531
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2531
             Project: Zeppelin
          Issue Type: Bug
          Components: front-end
    Affects Versions: 0.8.0
            Reporter: Hoon Park


{code}
%angular

<form class="form-inline">
  <div class="form-group">
    <label for="superheroId">Super Hero: </label>
    <input type="text" class="form-control" id="superheroId" 
placeholder="Superhero name ..." ng-model="superhero"></input>
  </div>
  <button type="submit" class="btn btn-primary" 
ng-click="z.angularBind('superhero',superhero,'20160222-232336_1472609686')"> 
Bind</button>
</form>
{code}

{code}
%angular

<h2> The superhero name is {{superhero}}</h2>
{code}

Then, can't print {{superhero}} in the second paragraph.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to