javascript - Sorting Accordion Header -
i got error angular js returning link
http://errors.angularjs.org/1.2.26/$injector/unpr?p0=uniquefilterprovider%20%3c-%20uniquefilter
but dont understand how impliment this.
can help me guys prepare problem. im newbee..sorry
this html:
<accordion-group class="div-recipe-header" ng-repeat="keyw in recipe_data | orderby:'keyword':false"/> <accordion-heading><div class="headhover" >{{keyw.keyword}}</div></accordion-heading> </accordion-group>
sample json info homecoming web api
{ id: "0908", name: "fanini" keyword: "appetizer" }, { id: "3232", name: "adobo" keyword: "main courses" }, { id: "3242", name: "buko" keyword: "salads" }, { id: "8473", name: "ceasar" keyword: "salads" } { id: "9737", name: "sinigang" keyword: "main courses" }, { id: "7423", name: "tomatoes" keyword: "appetizer" },
this actual screenshot on website
http://i.imgur.com/lskmle2.png?1
javascript html angularjs accordion
No comments:
Post a Comment