Django Angular StarterKit
This is a starter kit for the projects based on Angular as a frontend and Django as a backend. Here are the technical specs and the use case for using…
learnings, photography, travel, adventures, passions, life etc...
This is a starter kit for the projects based on Angular as a frontend and Django as a backend. Here are the technical specs and the use case for using…
We were developing a few projects using Django as a backend and Angular as a frontend. Every time we started the project we had manually link all the various technologies.…
Recently on CiviCRM irc and forum few people asked about adding client side validation for phone field. By default CiviCRM packages validate plugin, so this can be easily implemented with…
If you are using jquery sorting a select element is quite easy. Check the below code. $(“#select-id”).html( $(“#select-id option”).sort(function (a, b) { return a.text == b.text ? 0 : a.text…