Skip to main content

All Questions

1 vote
1 answer
70 views

Selecting/ Deselecting All from Checkbox

...
Nɪsʜᴀɴᴛʜ ॐ's user avatar
4 votes
2 answers
395 views

Blogging application with Codeigniter back-end and AngularJS front-end

I am working on a blog application with Codeigniter 3.1.8 and AngularJS v1.7.8. The Dashboard of the application is "pure" Codeigniter, with Models, Controllers, and views, while the fronted is made ...
Razvan Zamfir's user avatar
2 votes
0 answers
80 views

Angular 1 CSS Encapsulation

I am trying to get a good clean way to do CSS Encapsulation in Angular JS. The main goal of this is to use isolated components. This is what I have come up with so far. The method I am using is ...
Michael Warner's user avatar
5 votes
1 answer
253 views

Particle text directive

Directive that shows text as particles on a canvas. Looking for a general review. Plunker here. image.service.js: ...
MAG's user avatar
  • 2,944
6 votes
2 answers
36k views

JavaScript filter() on JSON object?

I'm building a web interface for a home monitoring sensor array, and fetching JSON from the backend framework. I want to start putting statistics together for monitoring different areas of the home, ...
Jon Mitten's user avatar
3 votes
2 answers
3k views

SQL LIKE search in Angular filter objects

I made this AngularJS 1.x filter, to search using a the same SQL LIKE syntax. Right now only the percentage symbol (%) is ...
Zorgatone's user avatar
  • 436