All Questions
Tagged with angular.js ecmascript-6
7 questions
1
vote
1
answer
81
views
4
votes
2
answers
412
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 ...
2
votes
0
answers
82
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 ...
5
votes
1
answer
258
views
Particle text directive
Directive that shows text as particles on a canvas. Looking for a general review. Plunker here.
image.service.js:
...
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, ...
4
votes
1
answer
2k
views
Handling combinations of optional parameters for an Angular filter pipe
This is a simple implementation of an ng2 filter pipe, which can currently take 2 optional facets: <string>status and ...
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 ...