angularjs drop-down menu with static options appears empty -


Create a stable drop-down menu to see how this works before currently using dynamic values I'm trying to, but this work is my JS file here:

  & lt; Td ng-show = "responsible" & gt; & Lt; Form method = "post" verb = "/ tache / add" & gt; & Lt; Input type = "hidden" name = "id" value = "{{task.id}}" /> & Lt; Select Name = "Attribution" Data-ng-Options = "Opti Option Option" Data-NG-Model = "Selected Open" & gt; & Lt; / Select & gt; & Lt; Input type = "submit" value = "attribute" /> & Lt; / Form & gt; & Lt; / TD & gt;  

And here is the content of the controller related to this part of the page:

  $ scope.options = [{nom: "a", id: 1 }, {Nom: "b", id: 2}]; $ Range.Selected option = $ area. Option [0];  

None of these names appear in the drop-down menu, and when I click to see all the options, a small and white with an empty option Is there a menu? Does anyone know where my fault is?


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -