Ibrahim Hd
Ibrahim Hd
Hi Ethan, I'm trying to contribute implementing this feature. I have moved `setTextCollapseState` function to a separate Service `handleSidebarCollapseService`. The function takes one argument, IsCollapsed, like this: `setTextCollapseState(_sidebarIsCollapsed) `. The...
Hi Ethan, In fact I did many modifications at my side (but not on github), so it became a bit difficult to reflect the changes on the repository at the...
Inside the sideBar template, you can add `ng-include` inside `` tag as following (see the last line): ``` .... .... ```
I'm really sorry to say that I'm new to AngularJS and I don't yet have the needed experience to implement this. Dear folks, is anyone **interested to contribute** implementing that...
Pull request #24 has been submitted for adding this feature.
Sorry for the misleading about my several commits. Actually the other repeated ones were only to fix the styling warnings.
it's really my pleasure but I'm sorry to say that I'm a bit new to dev and I have no sufficient expertise. Hopefully any of the folks can help in...
Dear Tyler, It throws an error: **Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'** from this code: ``` getStyle: function (elem, style) { return parseInt($window.getComputedStyle(elem,...
I'm getting this error (mentioned above) just **after start typing a single letter**. Unfortunately this error is still arise even with v1.1.77.
I'm putting the searchBox inside **ng-view**, and some other dependents are being injected to the main module (some stusff like: Calendar, DateRangePicker, ui.grid, Chart). Once the the searchBox **moved to...