AngularJS Tutorial: [#7] Custom Filters - Getting Started with AngularJS

preview_player
Показать описание

Get the course files!
Рекомендации по теме
Комментарии
Автор

Dude you're so Canadian and I love it. great class

BrunoSilva-mxut
Автор

Excellent tutorial Ryan. Perfect video with great explanations.
Are you planning to do a video for a multiselect drop down filter at any point?
Thanks

prawncracker
Автор

I have the filter working for the select field, but want to try something a little different with clicking a link. I have tried several examples from online but their documentation isn't that great. Any help would be greatly appreciated.

rdisalvo
Автор

Hello Ryan, awesome tutorial, but I'm running into a problem. No errors on console, but when I select a listing price only 1 will show no matter what price I put in.

ryanmoody
Автор

before I set the initial values, the code didn't work. nothing was showing up when i selected the min and max value. However, after setting the initial values it all worked properly. Weird! Any ideas why?

jordanmatlovsky
Автор

hallo everyone! when I put the "|cribsFilter:priceInfo" in my code everything below nav bar disapears! also the filter never works! ANy idea?

jkif
Автор

Ryan, i'm facing a strange problem. All your steps worked perfectly for me till i initialized the min & max priceInfo in the controller. While the entire listing is still shown between the initialized values after page loading, it however does not filter while selecting the min & max values from the select dropdown. The console does not show any errors as well.. Any idea what's happening??

sathishk.n
Автор

How come does selection field in your html looks already styled and so much different than mine on Chrome? Is it because of a browser?

alexdts
Автор

ng-model="priceInfo.min"
ng-model="priceInfo.max"
the console tell that priceInfo is undefined .
so to solve this I changed priceInfo.min to <<priceInfoMin>> and priceInfo.max to <<priceInfoMax>>, so after that when i want to filter this i changed the repeat to :
ng-repeat ="crib in cribs | .

so please can you tell mee why priceInfo.min and priceInfo.max is undefined .

SelimAjimi
Автор

the course files are not being sent through e-mail

reut
Автор

Are these bootstrap css classes or where the hell do they come from?.. Im not talking about the self defined style.css class.