Sam
Member since Nov 25, 2013
- Profile: /members/11431-sam.htm
- Comments: 4
Recent Blog Comments By Sam
-
Creating A Simple Copy-To-Clipboard Directive In Angular 2.4.9
Posted on Jul 10, 2017 at 11:41 AM
@Bjemtj, If you use ES5, make sure you use the umd.js in bundles folder.... read more »
-
Creating A Simple Copy-To-Clipboard Directive In Angular 2.4.9
Posted on May 5, 2017 at 6:49 PM
@Mike You saw it wrong. It supports both. I actually convert ngx-clipboard to pure Angular code for providing better tree-shake support and testibility.... read more »
-
Creating A Simple Copy-To-Clipboard Directive In Angular 2.4.9
Posted on Mar 31, 2017 at 3:06 AM
Thx for sharing ! Here is the existing solution https://github.com/maxisam/ngx-clipboard I actually thought about make it pure angular library as well. However, in this case, I feel like it is sorta recreating the wheel that doesn't really gain much benefit.... read more »
-
Using Start/End Directive-Ranges In AngularJS 1.2
Posted on Nov 25, 2013 at 2:00 PM
Very informative ! Thanks. FYI, the transclude function that is passed to the compile function is deperecated.... read more »