Bernhard Hofmann

Results 15 issues of Bernhard Hofmann

The [Range](http://msdn.microsoft.com/en-us/library/system.componentmodel.dataannotations.rangeattribute.aspx) attribute defines the minimum and maximum **values** but ngVal treats it as string length restrictions, creating `ng-minlength` and `ng-maxlength` attributes.

Adding a return value to the publish method allows callers to determine how many (if any) subscribers received the topic. This would aid debugging because publishers could take action in...

Would it be possible to overlay an image on top of the live video? The aim would be to take almost identical photos before and after something has changed.

Use the service to determine the status of the currently viewed page and display the appropriate [traffic light] icon in the address bar. Don't kill me! I know I'm asking...

The method of determining the function length is fooled when running against minified code because functions are typically all on one line. ``` javascript getLength: function() { return this.getLines().length; }...