Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Xoka12804yIt looks really cool and surprisingly as an Angular project, I didn't expect it to work this better.
-
While we're at it, a few more things of note.
The filter modal shoots from the top left side of page the first time it's triggered. I think you're passing the position while it's already fading in. Consider killing the transition on top/left properties for the modal.
The tab component staggered a bit sometimes in my experience. Maybe it's doing some heavy calculations during the transition. If not maybe you'd like to have a look at ngZone and its runOutside methods which skip over needless state updation.
Rest looks solid. Well done my man!
Just release the first version of my next project to help my classmates in their studies
Here is the link
https://lidav-archive.herokuapp.com
If you want to check it out
I build it with AngularJs
random